9 lines
148 B
C
9 lines
148 B
C
|
|
#ifndef __UI_FREE_MODE_H__
|
||
|
|
#define __UI_FREE_MODE_H__
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void UI_FreeMode_Init(void);
|
||
|
|
void UI_FreeMode_Process(DisplayTaskMessage_Type msg);
|
||
|
|
|
||
|
|
#endif
|