K1Guitar/UI/UI_ExpertMode.h

8 lines
155 B
C
Raw Permalink Normal View History

#ifndef __UI_EXPERT_MODE_H__
#define __UI_EXPERT_MODE_H__
void UI_ExpertMode_Init(void);
void UI_ExpertMode_Process(DisplayTaskMessage_Type msg);
#endif