summaryrefslogtreecommitdiffstats
path: root/zoom/init.h
blob: 482102dea771d0593fa1b9ce78b8527983f95259 (plain)
1
2
3
4
5
6
7
#ifndef GAME_INIT_H
#define GAME_INIT_H

int InitGame();
void UninitGame();

#endif