7 lines
91 B
C
7 lines
91 B
C
#ifndef GAME_INIT_H
|
|
#define GAME_INIT_H
|
|
|
|
int InitGame();
|
|
void UninitGame();
|
|
|
|
#endif
|