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