16 lines
96 B
C
16 lines
96 B
C
|
#ifndef MYWIN_DEMO_H__
|
||
|
#define MYWIN_DEMO_H__
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void mywin_demo_test (void *t);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|