Update of /cvsroot/timewarp/source/games
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27572/source/games
Modified Files:
gflmelee.cpp ggob.h
Log Message:
TimeWarp now compile using GCC 4.*
Index: ggob.h
===================================================================
RCS file: /cvsroot/timewarp/source/games/ggob.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ggob.h 11 Jul 2005 00:25:11 -0000 1.22
--- ggob.h 16 Apr 2007 23:55:31 -0000 1.23
***************
*** 84,88 ****
int difficulty;
! virtual bool GobGame::handle_key(int k);
--- 84,88 ----
int difficulty;
! virtual bool handle_key(int k);
Index: gflmelee.cpp
===================================================================
RCS file: /cvsroot/timewarp/source/games/gflmelee.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** gflmelee.cpp 29 Jan 2006 21:06:15 -0000 1.32
--- gflmelee.cpp 16 Apr 2007 23:55:31 -0000 1.33
***************
*** 81,85 ****
~ImIndicator();
void newtarget(SpaceLocation *o);
! int ImIndicator::colortype(SpaceLocation *o);
void animate(Frame *frame);
virtual void calculate();
--- 81,85 ----
~ImIndicator();
void newtarget(SpaceLocation *o);
! int colortype(SpaceLocation *o);
void animate(Frame *frame);
virtual void calculate();
|