Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30838/include/scriptinterface
Modified Files:
tcPlatformInterface.h
Log Message:
0.7.0 release snapshot
Index: tcPlatformInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** tcPlatformInterface.h 10 Mar 2005 03:28:27 -0000 1.36
--- tcPlatformInterface.h 29 Mar 2005 00:12:23 -0000 1.37
***************
*** 303,310 ****
double GetTime() const;
void GetUserInput(std::string callback, std::string uitype);
bool IsValid() const;
void SendCommand(std::string command);
/// display text message in user console
! void DisplayMessage(std::string text);
/// play sound effect
void PlaySound(const std::string& effect);
--- 303,314 ----
double GetTime() const;
void GetUserInput(std::string callback, std::string uitype);
+ /// @return true if platform is under local player control
+ bool IsPlayerControlled() const;
bool IsValid() const;
void SendCommand(std::string command);
/// display text message in user console
! void DisplayMessage(const std::string& text);
! /// popup text message
! void DisplayPopupMessage(const std::string& text);
/// play sound effect
void PlaySound(const std::string& effect);
|