summaryrefslogtreecommitdiff
path: root/background.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 /background.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 'background.h')
-rw-r--r--background.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/background.h b/background.h
index d422d16..849438c 100644
--- a/background.h
+++ b/background.h
@@ -1,6 +1,6 @@
-//Chrisoft Bullet Lab Remix HGE
-//Background drawing Implementations
-//Copyright Chrisoft 2014
+// Chrisoft Bullet Lab Remix HGE -*- C++ -*-
+// Background drawing Implementations
+// Copyright Chrisoft 2014
#include <list>
const char* BACKGROUND_H_FN="background.h";