HoloCubic/2.Firmware/HoloCubic_fw/events_init.h
2021-03-04 01:00:43 +08:00

6 lines
124 B
C

#ifndef EVENTS_INIT_H_
#define EVENTS_INIT_H_
#include "gui_guider.h"
void events_init(lv_ui *ui);
#endif /* EVENT_CB_H_ */