summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index b8dae9f..2127fb9 100644
--- a/src/game.h
+++ b/src/game.h
@@ -8,6 +8,7 @@ typedef struct Game {
bool queue_next_scene;
int queue_restart_scene;
int player_dir;
+ int show_ui;
double spike_angle;
Entity entities[MAX_ENTITIES];
} Game;