1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
lvgl/lv_examples/1_2_objects/lv_ex_objects.h

43 lines
633 B
C
Raw Normal View History

2017-08-04 12:37:32 +02:00
/**
2017-08-17 10:41:48 +02:00
* @file lv_ex_objects.h
2017-08-04 12:37:32 +02:00
*
*/
2017-08-17 10:41:48 +02:00
#ifndef LV_EX_OBJECTS_H
#define LV_EX_OBJECTS_H
2017-08-04 12:37:32 +02:00
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "lv_conf.h"
#if USE_LV_EXAMPLE != 0
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
2017-08-17 10:41:48 +02:00
void lv_ex_objects(void);
2017-08-04 12:37:32 +02:00
/**********************
* MACROS
**********************/
#endif /*USE_LV_EXAMPLE != 0*/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_OBJ_USAGE_H*/