aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-19 13:42:25 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-19 13:42:25 +0000
commitd8c84876b20f8fd784171e9bb525af38a25380f1 (patch)
tree132688b48bb9875d427d2b44719baa05e026ffa6 /global.h
parentcd2d8a40f39ccf70b6fb294cff37c879bee98c6a (diff)
downloadbullet-lab-remix-d8c84876b20f8fd784171e9bb525af38a25380f1.tar.xz
Support command line options, change player settings, update wiki page.
Diffstat (limited to 'global.h')
-rw-r--r--global.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/global.h b/global.h
index 8515de7..9c8c1ba 100644
--- a/global.h
+++ b/global.h
@@ -6,6 +6,7 @@
#include <hgegui.h>
#define MaxRes 80
#define Resd 20.0f
+#define BLRVERSION "0.8.1-0_PR (b76)"
HGE *hge=0;
HEFFECT snd;
hgeQuad quad;
@@ -279,6 +280,14 @@ bool credstop,creddone;
bool tfs;
int fpslvl,clrmode;
const vector2d splitData[4]={vector2d(0,0),vector2d(400,0),vector2d(0,300),vector2d(400,300)};
+//options from command line arguments
+bool fNoSound,
+#ifdef WIN32
+noHideConsole,
+#endif
+fFristStartUp,fFast;
+int startLvl,startPrt,fFullScreen;
+char alterLog[64];
//static const char* GLOBAL_H_FN="global.h";
void Throw(char *Filename,char *Info)