1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/demos/flex_layout/lv_demo_flex_layout.h

39 lines
585 B
C

/**
* @file lv_demo_flex_layout.h
*
*/
#ifndef LV_DEMO_FLEX_LAYOUT_H
#define LV_DEMO_FLEX_LAYOUT_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_demo_flex_layout(void);
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*LV_DEMO_FLEX_LAYOUT_H*/