Files
player/Project/Src/MyWinApp/mywin_user_light.h
andy d45df9714a 整理代码
1.解决一些编译警告
2.整理一些文件格式
2025-10-18 01:02:27 +08:00

14 lines
277 B
C

#ifndef MYWIN_USER_LIGHT_H__
#define MYWIN_USER_LIGHT_H__
#include "mywin_inc.h"
#include "mywin_user_menu.h"
// 进入设置页面
WIN_MenuStruct *MENU_LightSet(WIN_WindowStruct *base);
// 消息处理函数
void MENU_LightSetMsgLoop(WIN_MenuStruct *menu, WIN_MsgStruct *msg);
#endif