8 lines
73 B
C
8 lines
73 B
C
#ifndef _GAME_H_
|
|
#define _GAME_H_
|
|
|
|
void gameInit();
|
|
|
|
|
|
#endif // _GAME_H_
|