K1Guitar/UI/UI_FreeMode.h

9 lines
148 B
C
Raw Normal View History

#ifndef __UI_FREE_MODE_H__
#define __UI_FREE_MODE_H__
void UI_FreeMode_Init(void);
void UI_FreeMode_Process(DisplayTaskMessage_Type msg);
#endif