Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9771/include/sim
Modified Files:
Game.h tcNetworkView.h
Log Message:
Index: Game.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/Game.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Game.h 29 Feb 2004 22:51:35 -0000 1.27
--- Game.h 6 Mar 2004 20:52:29 -0000 1.28
***************
*** 248,253 ****
bool UpdateStart();
void Initialize3DViewer();
- void StartMusic();
-
void InitializeBriefingConsoles();
void InitializeCreditView();
--- 248,251 ----
***************
*** 256,259 ****
--- 254,258 ----
void InitializeOptionsView();
void InitializeScenarioSelectView();
+ void InitializeSound();
void InitializeStartView();
void InitializeTacticalMap();
Index: tcNetworkView.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcNetworkView.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tcNetworkView.h 2 Mar 2004 02:52:14 -0000 1.4
--- tcNetworkView.h 6 Mar 2004 20:52:29 -0000 1.5
***************
*** 49,52 ****
--- 49,54 ----
void OnLButtonDown(wxMouseEvent& event);
void SendChatText(wxCommandEvent& event);
+ void SendTest(wxCommandEvent& event);
+ void SetChatProtocol(wxCommandEvent& event);
void SetIPText(wxCommandEvent& event);
void SetNetworkMode(wxCommandEvent& event);
|