[Gcblue-commits] gcb_wx/include/sim Game.h,1.37,1.38
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-06-14 21:53:29
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3244/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.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Game.h 29 May 2004 00:11:53 -0000 1.37 --- Game.h 14 Jun 2004 21:52:47 -0000 1.38 *************** *** 61,64 **** --- 61,65 ---- class tcDirector; class tcNetworkView; + class tcDisplaySettingsView; class tcChatBox; *************** *** 95,98 **** --- 96,100 ---- SCENARIOSELECT, NETWORK, + DISPLAYSETTINGS, TACTICAL, TACTICALBRIEF, *************** *** 164,167 **** --- 166,170 ---- tcDirector* director; ///< displays scripted graphics and controls view for dramatic mission brief tcNetworkView* networkView; ///< network and multiplayer setup and test + tcDisplaySettingsView* displaySettingsView; tcChatBox* chatBox; ///< popup for multiplayer chat *************** *** 243,251 **** --- 246,257 ---- void SkipBriefing(wxCommandEvent& event); void StartGame(wxCommandEvent& event); + void SwitchToCredit(wxCommandEvent& event); + void SwitchToDisplaySettings(wxCommandEvent& event); void SwitchToNetwork(wxCommandEvent& event); void SwitchToOptions(wxCommandEvent& event); void SwitchToScenarioSelect(wxCommandEvent& event); void SwitchToStart(wxCommandEvent& event); + void SynchTimeAcceleration(); void Toggle3DSize(); *************** *** 259,262 **** --- 265,269 ---- void InitializeCreditView(); void InitializeDirector(); + void InitializeDisplaySettingsView(); void InitializeNetworkView(); void InitializeOptionsView(); |