Changeset 7216 in orxonox.OLD for branches/std/src/lib/shell/shell_command.h
- Timestamp:
- Mar 12, 2006, 8:54:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/shell/shell_command.h
r7201 r7216 61 61 friend class ShellCommandClass; 62 62 public: 63 static bool execute (const char*executionString);63 static bool execute (const std::string& executionString); 64 64 65 65 ShellCommand* describe(const char* description);
Note: See TracChangeset
for help on using the changeset viewer.