K1Guitar/UI/UI_Setting.h

11 lines
220 B
C

#ifndef __UI_SETTING_H__
#define __UI_SETTING_H__
extern GUI_SWITCH mGuiData_SystemSETTING[];
extern LEBEL_UI SystemSetting[];
void UI_Setting_Init(void);
void UI_Setting_Process(DisplayTaskMessage_Type msg);
#endif