Changeset 2234 for code/branches/buildsystem/src/core
- Timestamp:
- Nov 19, 2008, 9:18:42 PM (16 years ago)
- Location:
- code/branches/buildsystem/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/core/CommandExecutor.h
r1771 r2234 36 36 #include "CommandEvaluation.h" 37 37 38 namespace orxonox // tolua_export 39 { // tolua_export 38 // tolua_begin 39 namespace orxonox 40 { 40 41 class _CoreExport CommandExecutor 41 /*42 class CommandExecutor { // tolua_export43 */44 42 { 43 // tolua_end 45 44 public: 46 45 static bool execute(const std::string& command, bool useTcl = true); // tolua_export -
code/branches/buildsystem/src/core/Script.h
r1975 r2234 45 45 #include <string> 46 46 47 namespace orxonox // tolua_export 48 { // tolua_export 47 // tolua_begin 48 namespace orxonox 49 { 49 50 class _CoreExport Script 50 /*51 class Script { // tolua_export52 */53 51 { 52 // tolua_end 54 53 struct LoadS { 55 54 const char *s;
Note: See TracChangeset
for help on using the changeset viewer.