Changeset 7742 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- May 20, 2006, 3:53:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7722 r7742 84 84 const CompletorPlugin* const getCompletorPlugin(unsigned int i) const { return this->completors[i]; }; 85 85 86 static void debug();86 void help() const; 87 87 88 88 protected:
Note: See TracChangeset
for help on using the changeset viewer.