Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11430/include/scriptinterface
Modified Files:
tcScenarioInterface.h
Log Message:
Index: tcScenarioInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcScenarioInterface.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** tcScenarioInterface.h 22 Mar 2006 01:23:29 -0000 1.26
--- tcScenarioInterface.h 23 Mar 2006 01:12:11 -0000 1.27
***************
*** 129,132 ****
--- 129,133 ----
void SetAllianceGoal(int alliance, tcGoal& goal);
void SetDateTime(int year, int month, int day, int hour, int min, int sec);
+ void SetPerfectScore(float score);
void SetScenarioDescription(std::string s);
void SetScenarioLoaded(bool state);
|