Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11381/include/sim
Modified Files:
gcb.h
Log Message:
Simple explosion effect using osgParticle::ExplosionEffect
Index: gcb.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/gcb.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** gcb.h 14 Sep 2005 01:33:24 -0000 1.9
--- gcb.h 19 Nov 2005 19:27:47 -0000 1.10
***************
*** 45,54 ****
private:
! WXMSG *current_msg;
tcGame *gameFrame; ///< main game frame object with game loop, holds all subwindows
bool closeApp;
wxEventLoop *eventLoop;
! void DoMessage(WXMSG *pMsg);
int MainLoop();
int OnExit();
--- 45,54 ----
private:
! //WXMSG *current_msg;
tcGame *gameFrame; ///< main game frame object with game loop, holds all subwindows
bool closeApp;
wxEventLoop *eventLoop;
! //void DoMessage(WXMSG *pMsg);
int MainLoop();
int OnExit();
|