9 lines
97 B
C
9 lines
97 B
C
//五子棋应用
|
|
|
|
#ifndef __APP_GOBANG
|
|
#define __APP_GOBANG
|
|
|
|
void APP_Gobang_Launcher(void);
|
|
|
|
#endif
|