/** * @file lv_monkey_private.h * */ #ifndef LV_MONKEY_PRIVATE_H #define LV_MONKEY_PRIVATE_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include "lv_monkey.h" #if LV_USE_MONKEY != 0 /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ /********************** * MACROS **********************/ #endif /* LV_USE_MONKEY != 0 */ #ifdef __cplusplus } /*extern "C"*/ #endif #endif /*LV_MONKEY_PRIVATE_H*/