aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 93fc623..d489be7 100644
--- a/src/types.h
+++ b/src/types.h
@@ -29,6 +29,16 @@
/* Maximum number of lights per room */
#define MAX_LIGHTS 4
+typedef struct {
+
+ int disable_vbos;
+ int disable_fbos;
+ int disable_shaders;
+ int audio_debug;
+ int no_music;
+
+} GameOptions;
+
typedef enum {
ATTRIB_NONE = 0,
ATTRIB_COLOUR = 1<<0, /* Colour specified? */