Changeset 7403 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.h
- Timestamp:
- Apr 27, 2006, 5:49:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command_class.h
r7394 r7403 30 30 static ShellCommandClass* getCommandClass(const std::string& className); 31 31 static void unregisterAllCommands(); 32 static const ShellCommandClass* exists(const std::string& className); 32 33 33 34 static void help (const std::string& className); … … 37 38 virtual ~ShellCommandClass(); 38 39 39 static const ShellCommandClass* isRegistered(const std::string& className);40 40 41 41 void registerCommand(ShellCommand* command);
Note: See TracChangeset
for help on using the changeset viewer.