[Gcblue-commits] gcb_wx/include/common wxcommands.h,1.18,1.19
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-09-06 01:08:15
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11943/include/common Modified Files: wxcommands.h Log Message: Index: wxcommands.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/wxcommands.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** wxcommands.h 16 Aug 2004 01:43:29 -0000 1.18 --- wxcommands.h 6 Sep 2004 01:08:02 -0000 1.19 *************** *** 38,41 **** --- 38,42 ---- ID_MULTIPLAYERVIEW = 60, ///< switch to multiplayer view ID_STARTGAME = 70, ///< start game + ID_ENDGAME = 72, ///< end game ID_NEWHOOK = 80, ///< new platform has been hooked by user ID_GROUPHOOK = 82, ///< new group of platforms has been hooked by user |