aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index e3942f9..9717c16 100644
--- a/src/game.h
+++ b/src/game.h
@@ -3,4 +3,11 @@
#ifndef GAME_H
#define GAME_H
+typedef struct Game {
+} Game;
+
+void initGame(Game * game);
+void closeGame(Game * game);
+void updateGame(Game * game);
+
#endif