[Gcblue-commits] gcb_wx/include/graphics tcNetworkView.h,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-04-06 02:19:57
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30667/include/graphics Modified Files: tcNetworkView.h Log Message: Added join game button for multiplayer, started carrier and airfield multiplayer support Index: tcNetworkView.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcNetworkView.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcNetworkView.h 2 Oct 2004 22:41:32 -0000 1.2 --- tcNetworkView.h 6 Apr 2005 02:19:48 -0000 1.3 *************** *** 44,49 **** --- 44,56 ---- { public: + enum + { + MULTIPLAYER_OFF = 0, + MULTIPLAYER_CLIENT = 1, + MULTIPLAYER_SERVER = 2 + }; void Draw(); void DrawStatusBox(); + void JoinGame(wxCommandEvent& event); void OnConnect(wxCommandEvent& event); void OnLButtonDown(wxMouseEvent& event); |