[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.30,1.31
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-01-31 01:32:46
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20285/include/scriptinterface Modified Files: tcPlatformInterface.h Log Message: Moved launcher position to 3D model animation xml file Added tcGroundObject for ground SAM site Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** tcPlatformInterface.h 11 Dec 2004 01:09:05 -0000 1.30 --- tcPlatformInterface.h 31 Jan 2005 01:32:36 -0000 1.31 *************** *** 300,304 **** void DisplayMessage(std::string text); /// play sound effect ! void PlaySound(int n); /// sets text displayed in platform info panel void SetActionText(std::string text) {mpPlatformObj->mcAI.mzActionText = text;} --- 300,304 ---- void DisplayMessage(std::string text); /// play sound effect ! void PlaySound(const std::string& effect); /// sets text displayed in platform info panel void SetActionText(std::string text) {mpPlatformObj->mcAI.mzActionText = text;} |