summaryrefslogtreecommitdiff
path: root/game/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/src/game.h')
-rw-r--r--game/src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/src/game.h b/game/src/game.h
index 93a5e39..579ba3c 100644
--- a/game/src/game.h
+++ b/game/src/game.h
@@ -16,4 +16,6 @@ typedef struct {
16 PluginEngine* plugin_engine; 16 PluginEngine* plugin_engine;
17 Plugin* plugin; 17 Plugin* plugin;
18 Gfx* gfx; 18 Gfx* gfx;
19 int width;
20 int height;
19} Game; 21} Game;