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

7 lines
86 B
C

#ifndef MYWIN_DEMO_H__
#define MYWIN_DEMO_H__
void mywin_demo_test(void *t);
#endif