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

14 lines
277 B
C
Raw Permalink Normal View History

2025-06-27 00:32:57 +08:00
#ifndef MYWIN_USER_LIGHT_H__
#define MYWIN_USER_LIGHT_H__
#include "mywin_inc.h"
#include "mywin_user_menu.h"
2025-06-27 00:32:57 +08:00
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3>
WIN_MenuStruct *MENU_LightSet(WIN_WindowStruct *base);
2025-06-27 00:32:57 +08:00
// <20><>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
void MENU_LightSetMsgLoop(WIN_MenuStruct *menu, WIN_MsgStruct *msg);
2025-06-27 00:32:57 +08:00
#endif