aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-07-24 11:09:15 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-07-24 11:09:15 +0000
commit203b28b30acacff3fc8eafe9f43861779344d6e4 (patch)
treeeb960071fa8cbd5bda5559b6598d4f1b25e76736 /src/types.h
parentbaa565c5bce6629ca1fddd95693c02777f6aa1cb (diff)
Add 'no-framerate-limit' and 'status-line' command line options
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@161 84d2e878-0bd5-11dd-ad15-13eda11d74c5
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 21c5787..200a9cc 100644
--- a/src/types.h
+++ b/src/types.h
@@ -37,6 +37,8 @@ typedef struct {
int audio_debug;
int game_debug;
int no_music;
+ int no_framerate_limit;
+ int status_line;
} GameOptions;