// This file was generated by SquareLine Studio // SquareLine Studio version: SquareLine Studio 1.6.1 // LVGL version: 9.2.2 // Project name: HeavenlyHeroStar #ifndef _UI_EVENTS_H #define _UI_EVENTS_H #ifdef __cplusplus extern "C" { #endif #include "lvgl.h" void update_year_action(lv_event_t * e); void click_button_two(lv_event_t * e); void click_button_three(lv_event_t * e); void click_button_one(lv_event_t * e); #ifdef __cplusplus } /*extern "C"*/ #endif #endif