Changeset 5207 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Sep 19, 2005, 10:00:45 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r5204 r5207 2 2 * @file shell_command.h 3 3 * Definition of a on-screen-shell 4 * @todo simple way to supply Default Values with the macro.5 4 */ 6 5 … … 87 86 ShellCommandBase* describe(const char* description); 88 87 ShellCommandBase* setAlias(const char* alias); 88 ShellCommandBase* defaultValues(unsigned int count, ...); 89 89 90 90 /** @returns the CommandList of the Shell */
Note: See TracChangeset
for help on using the changeset viewer.