1 --- tank.hpp.old 2006-01-28 11:27:16.000000000 -0700
2 +++ tank.hpp 2006-01-28 11:27:26.000000000 -0700
5 class TankFire : public Sprite {
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);
10 void drawShadowable();
12 --- scratcher.hpp.old 2006-01-28 11:29:22.000000000 -0700
13 +++ scratcher.hpp 2006-01-28 11:29:31.000000000 -0700
18 - Scratcher:: Scratcher(List *list, float x, float z, int bench=0);
19 + Scratcher(List *list, float x, float z, int bench=0);
21 void drawShadowable();