Changeset 1765
- Timestamp:
- Sep 10, 2008, 1:12:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CommandExecutor.h
r1755 r1765 44 44 { 45 45 public: 46 static bool execute(const std::string& command, bool useTcl = true); // tolua_export46 static bool execute(const std::string& command, bool useTcl = false); // tolua_export 47 47 static std::string complete(const std::string& command); 48 48 static std::string hint(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.