Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17709/include/scriptinterface
Modified Files:
tcScenarioInterface.h
Log Message:
mission editor mode changes
Index: tcScenarioInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcScenarioInterface.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** tcScenarioInterface.h 18 Dec 2005 04:10:32 -0000 1.24
--- tcScenarioInterface.h 18 Dec 2005 18:48:16 -0000 1.25
***************
*** 126,129 ****
--- 126,130 ----
void GetStartTheater(double& lon_deg, double& lat_deg) const;
int GetUserAlliance() const;
+ void SaveGame(const std::string& fileName);
void SetAllianceGoal(int alliance, tcGoal& goal);
void SetDateTime(int year, int month, int day, int hour, int min, int sec);
|