Files
player/Project/Src/MyWinApp/mywin_demo.h
2025-06-27 00:32:57 +08:00

16 lines
96 B
C

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