Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 18, 2005, 1:37:58 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell now has a real nice help function

File:
1 edited

Legend:

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

    r5197 r5204  
    22 * @file shell_command.h
    33 * Definition of a on-screen-shell
     4 * @todo simple way to supply Default Values with the macro.
    45*/
    56
     
    5960    static void unregisterAllCommands();
    6061
     62    static void help (const char* className);
     63
    6164  private:
    6265    ShellCommandClass(const char* className);
     
    310313    {
    311314//      if (parameters != NULL)
    312       SubString sub(parameters);
     315      SubString sub(parameters, true);
    313316//! FUNCTOR_LIST is the List of Executive Functions
    314317#define FUNCTOR_LIST(x) ShellCommandExecute ## x
Note: See TracChangeset for help on using the changeset viewer.