[Gcblue-commits] gcb_wx/include/sim Game.h,1.47,1.48
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-10-21 04:11:17
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9417/include/sim Modified Files: Game.h Log Message: Changes related to GDI+ replacement Index: Game.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/Game.h,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** Game.h 7 Oct 2004 22:01:12 -0000 1.47 --- Game.h 21 Oct 2004 04:10:59 -0000 1.48 *************** *** 215,218 **** --- 215,220 ---- wxSize startViewerSize; int multiplayerMode; ///< 0 - single-player, 1 - client, 2 - server + bool enableGraphicsEngine; + bool enableTacticalMap; void Activate(); |