Changeset 7413 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 28, 2006, 12:54:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7412 r7413 74 74 static void unregisterCommand(const std::string& commandName, const std::string& className); 75 75 static const ShellCommand* const getCommand(const std::string& commandName, const std::string& className); 76 static const ShellCommand* const getCommand(const std::string& commandName, const ShellCommandClass* cmdClass); 76 77 static bool exists(const std::string& commandName, const std::string& className); 78 static const ShellCommand* const getCommandFromInput(const std::string& inputLine); 77 79 78 80 const ShellCommandClass* const getCommandClass() const { return this->shellClass; };
Note: See TracChangeset
for help on using the changeset viewer.