10 lines
145 B
C++
10 lines
145 B
C++
#pragma once
|
|
|
|
#include "lvgl.h"
|
|
|
|
namespace tt::lvgl {
|
|
|
|
lv_obj_t* spacer_create(lv_obj_t* parent, int32_t width, int32_t height);
|
|
|
|
} // namespace
|