Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3774/include/sim
Modified Files:
Game.h
Log Message:
Index: Game.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/Game.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Game.h 14 Jun 2004 21:52:47 -0000 1.38
--- Game.h 14 Jun 2004 22:37:11 -0000 1.39
***************
*** 220,225 ****
void CheckGoals(); ///< checks if any win/loss goals satisfied
void ConsoleMessage(const char *s); ///< print string to info console
!
void NewHook(wxCommandEvent& event);
void OnChar(wxKeyEvent& event);
void OnEraseBackground(wxEraseEvent& event);
--- 220,226 ----
void CheckGoals(); ///< checks if any win/loss goals satisfied
void ConsoleMessage(const char *s); ///< print string to info console
! void HookSomethingFriendly(); ///< used to avoid blank 3D screen in rand scenario
void NewHook(wxCommandEvent& event);
+ void NewHook(long hookID);
void OnChar(wxKeyEvent& event);
void OnEraseBackground(wxEraseEvent& event);
|