// This file was generated by SquareLine Studio // SquareLine Studio version: SquareLine Studio 1.6.1 // LVGL version: 9.2.2 // Project name: HeavenlyHeroStar #ifndef _HEAVENLYHEROSTAR_UI_H #define _HEAVENLYHEROSTAR_UI_H #ifdef __cplusplus extern "C" { #endif #include "lvgl.h" #include "ui_helpers.h" #include "ui_events.h" ///////////////////// SCREENS //////////////////// #include "screens/ui_Screen1.h" ///////////////////// VARIABLES //////////////////// // EVENTS extern lv_obj_t * ui____initial_actions0; // UI INIT void ui_init(void); void ui_destroy(void); #ifdef __cplusplus } /*extern "C"*/ #endif #endif