Changeset 5189 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Sep 17, 2005, 2:09:14 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r5179 r5189 51 51 public: 52 52 static const tList<ShellCommandClass>* getCommandClassList() { return ShellCommandClass::commandClassList; }; 53 static tList<const char>* getCommandListOfClass(const char* className); 53 54 static ShellCommandClass* getCommandClass(const char* className); 54 55 static void unregisterAllCommands();
Note: See TracChangeset
for help on using the changeset viewer.