[Gcblue-commits] gcb_wx/include/scriptinterface tcScenarioInterface.h,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-06-24 21:35:49
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23738/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.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcScenarioInterface.h 27 Apr 2004 22:03:01 -0000 1.9 --- tcScenarioInterface.h 24 Jun 2004 21:35:39 -0000 1.10 *************** *** 110,113 **** --- 110,114 ---- // text console and map events + void ChangeMapTheater(double lon_deg, double lat_deg); void ChangeMapView(double lon_deg, double lat_deg, double lonSpan_deg); void ConsoleText(std::string text); |