aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-03 23:28:31 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-03 23:28:31 +0000
commit4f062725e3d2d104a40432b341ae2345ade5cfca (patch)
tree02f4e52646c632a57551e68fa4309a9c8555e92b /global.h
parenta404f537e1f260040063b65461213800c896e15c (diff)
downloadbullet-lab-remix-4f062725e3d2d104a40432b341ae2345ade5cfca.tar.xz
Remove useless statements, and some interface-compatible changes.
Diffstat (limited to 'global.h')
-rw-r--r--global.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/global.h b/global.h
index 393b3bd..38bc94d 100644
--- a/global.h
+++ b/global.h
@@ -8,12 +8,10 @@
#define Resd 20.0f
HGE *hge=0;
HEFFECT snd;
-HTEXTURE tex;
hgeQuad quad;
hgeGUI *gui;
hgeFont *fnt;
hgeSprite *spr,*titlespr;
-//Here are some Varibles in Bullet Lab
int Current_Position;//Where we are now
/*Scenes:
0: main menu
@@ -126,7 +124,6 @@ public:
//255: Score point*/
struct Tower
{
- //hgeSprite *towerspr;//So will this one.
vector2d towerpos;
int towertype;
int towertimer,curtimer;