aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index fb59f2d..925cdd5 100644
--- a/src/types.h
+++ b/src/types.h
@@ -35,6 +35,7 @@ typedef struct {
int disable_fbos;
int disable_shaders;
int audio_debug;
+ int game_debug;
int no_music;
} GameOptions;
@@ -224,6 +225,8 @@ typedef struct {
typedef struct {
+ int debug;
+
unsigned int thrusting;
unsigned int turn_left;
unsigned int turn_right;