summaryrefslogtreecommitdiff
path: root/src/client/game.h
blob: 981e9755cc8134a7b1a8bb16e417133883a8fb54 (plain)
1
2
3
4
5
6
7
8
9

#ifndef GAME_H

#    define GAME_H

extern void quitGame();
extern void startGame();

#endif