/** * @file lvgl_private.h * */ #ifndef LVGL_PRIVATE_H #define LVGL_PRIVATE_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include "display/lv_display_private.h" #include "indev/lv_indev_private.h" #include "misc/lv_text_private.h" #include "libs/freetype/lv_freetype_private.h" #include "misc/cache/lv_cache_entry_private.h" #include "misc/cache/lv_cache_private.h" #include "drivers/windows/lv_windows_input_private.h" /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ /********************** * MACROS **********************/ #ifdef __cplusplus } /*extern "C"*/ #endif #endif /*LVGL_PRIVATE_H*/