Changeset 1755 for code/trunk/src/core/CommandExecutor.h
- Timestamp:
- Sep 10, 2008, 1:37:36 AM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/gui (added) merged: 1636,1638,1640-1647,1649-1654,1656,1659-1665,1670,1672-1674,1686,1688-1692,1694-1697,1704 /code/branches/input (added) merged: 1629-1630
- Property svn:mergeinfo changed
-
code/trunk/src/core/CommandExecutor.h
r1505 r1755 36 36 #include "CommandEvaluation.h" 37 37 38 namespace orxonox 39 { 38 namespace orxonox // tolua_export 39 { // tolua_export 40 40 class _CoreExport CommandExecutor 41 /* 42 class CommandExecutor { // tolua_export 43 */ 41 44 { 42 45 public: 43 static bool execute(const std::string& command, bool useTcl = true); 46 static bool execute(const std::string& command, bool useTcl = true); // tolua_export 44 47 static std::string complete(const std::string& command); 45 48 static std::string hint(const std::string& command); … … 98 101 std::map<std::string, ConsoleCommand*> consoleCommandShortcuts_; 99 102 std::map<std::string, ConsoleCommand*> consoleCommandShortcuts_LC_; 100 }; 101 } 103 }; // tolua_export 104 } // tolua_export 102 105 103 106 #endif /* _CommandExecutor_H__ */
Note: See TracChangeset
for help on using the changeset viewer.