aboutsummaryrefslogtreecommitdiff
path: root/src/gameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h
new file mode 100644
index 0000000..8c3de89
--- /dev/null
+++ b/src/gameScreen.h
@@ -0,0 +1,12 @@
+#include "gameCommon.h"
+
+#ifndef GAME_SCREEN_H
+#define GAME_SCREEN_H
+
+// Gui stuff and shit.
+typedef struct GameScreen {
+} GameScreen;
+
+void updateGameScreen(Game * game);
+
+#endif