aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-04-25 08:41:29 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-04-25 08:41:29 +0000
commita53ffa43a1b9bb8eff54d94f9668e3ce0d9fb583 (patch)
treeb1259b21cc8fa5d2648163fd1028e1b20e15fc83 /global.h
parentf71472046334287457a34a6ff19bf53d3aaf557a (diff)
downloadbullet-lab-remix-a53ffa43a1b9bb8eff54d94f9668e3ce0d9fb583.tar.xz
%lld seems to work with mingw-w64(also VS2005+)...
So let's remove all %I64d. Change point bullet behaviour. Fix a minor multiplier problem. Mark the source code as C++. Re-document levels(not done). Update wiki.
Diffstat (limited to 'global.h')
-rw-r--r--global.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/global.h b/global.h
index 0a6dcf9..a49ca90 100644
--- a/global.h
+++ b/global.h
@@ -1,6 +1,6 @@
-//Chrisoft Bullet Lab Remix HGE
-//Global varibles and implementations
-//Copyright Chrisoft 2014
+// Chrisoft Bullet Lab Remix HGE -*- C++ -*-
+// Global varibles and implementations
+// Copyright Chrisoft 2014
#include <hge.h>
#include <hgefont.h>
#define MaxRes 80
@@ -333,7 +333,7 @@ static const char* archive[]={
};
#endif
//static const char* GLOBAL_H_FN="global.h";
-static const char* BLRVERSION="0.9.1-1_PR (r87)";
+static const char* BLRVERSION="0.9.1-1_PR (r88)";
static const char* BuiltDate=__DATE__;
void Throw(char *Filename,char *Info)