Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5184 in orxonox.OLD for trunk/src/lib/shell/shell_completion.h


Ignore:
Timestamp:
Sep 15, 2005, 10:09:02 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: simple ClassCompletion… had to sleep about it… now i've got to learn

File:
1 edited

Legend:

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

    r5183 r5184  
    2222  virtual ~ShellCompletion();
    2323
    24   bool autoComplete(ShellInput* input);
     24  bool autoComplete(ShellInput* input = NULL);
    2525  bool classComplete(const char* classBegin);
    2626  long classMatch(const char* input, unsigned int* length);
Note: See TracChangeset for help on using the changeset viewer.