14 lines
183 B
C
14 lines
183 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include "lvgl/lvgl.h"
|
||
|
#include "ui_resource.h"
|
||
|
|
||
|
void rk_demo_init(void);
|
||
|
void home_ui_init(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
} /*extern "C"*/
|
||
|
#endif
|