/** * @file lv_ex_objects.h * */ #ifndef LV_EX_OBJECTS_H #define LV_EX_OBJECTS_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include "lv_conf.h" #if USE_LV_EXAMPLE != 0 /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ void lv_ex_objects(void); /********************** * MACROS **********************/ #endif /*USE_LV_EXAMPLE != 0*/ #ifdef __cplusplus } /* extern "C" */ #endif #endif /*LV_OBJ_USAGE_H*/