From 4f062725e3d2d104a40432b341ae2345ade5cfca Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Mon, 3 Mar 2014 23:28:31 +0000 Subject: Remove useless statements, and some interface-compatible changes. --- global.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'global.h') 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; -- cgit v1.2.3