Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5207 in orxonox.OLD for trunk/src/lib/shell/shell_command.h


Ignore:
Timestamp:
Sep 19, 2005, 10:00:45 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: default value can now be supplied as aditional arg of the SHELL_COMMAND-macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.h

    r5204 r5207  
    22 * @file shell_command.h
    33 * Definition of a on-screen-shell
    4  * @todo simple way to supply Default Values with the macro.
    54*/
    65
     
    8786    ShellCommandBase* describe(const char* description);
    8887    ShellCommandBase* setAlias(const char* alias);
     88    ShellCommandBase* defaultValues(unsigned int count, ...);
    8989
    9090    /** @returns the CommandList of the Shell */
Note: See TracChangeset for help on using the changeset viewer.