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

16 lines
96 B
C
Raw Normal View History

2025-06-27 00:32:57 +08:00
#ifndef MYWIN_DEMO_H__
#define MYWIN_DEMO_H__
void mywin_demo_test (void *t);
#endif