Files
player/Project/Src/MyWinApp/mywin_user_set.h

19 lines
245 B
C
Raw Normal View History

2025-06-27 00:32:57 +08:00
#ifndef MYWIN_USER_SET_H__
#define MYWIN_USER_SET_H__
2025-07-05 19:47:28 +08:00
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3>
2025-06-27 00:32:57 +08:00
WIN_MenuStruct *MENU_Setting (WIN_WindowStruct *base,WIN_PicStruct *pic) ;
2025-07-05 19:47:28 +08:00
//<2F><>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
2025-06-27 00:32:57 +08:00
void MENU_SettingMsgLoop (WIN_MenuStruct *menu,WIN_MsgStruct *msg);
#endif