updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / glaxium / glaxium-0.5-gcc41.patch
blobeb0d579c0de87c79fee3a80231890d94c839d6fd
1 --- tank.hpp.old 2006-01-28 11:27:16.000000000 -0700
2 +++ tank.hpp 2006-01-28 11:27:26.000000000 -0700
3 @@ -61,7 +61,7 @@
5 class TankFire : public Sprite {
6 public:
7 - TankFire::TankFire(List *list, Tank *tank, float x, float y, float z,float dx, float dz,float rotated);
8 + TankFire(List *list, Tank *tank, float x, float y, float z,float dx, float dz,float rotated);
9 void draw();
10 void drawShadowable();
11 void move();
12 --- scratcher.hpp.old 2006-01-28 11:29:22.000000000 -0700
13 +++ scratcher.hpp 2006-01-28 11:29:31.000000000 -0700
14 @@ -34,7 +34,7 @@
15 UNDEF
16 } ;
18 - Scratcher:: Scratcher(List *list, float x, float z, int bench=0);
19 + Scratcher(List *list, float x, float z, int bench=0);
20 void draw();
21 void drawShadowable();
22 void move();