Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 18, 2005, 1:48:57 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: shell now also autocompletes Commands

File:
1 edited

Legend:

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

    r5193 r5194  
    4040  bool objectComplete(const char* objectBegin, long classID);
    4141  bool objectMatch(const char* objectBegin, long classID, unsigned int* length);
    42   bool functionComplete(const char* functionBegin);
     42  bool functionComplete(const char* functionBegin, long classID);
    4343  bool functionMatch(const char* functionBegin, long classID, unsigned int* length);
    4444
Note: See TracChangeset for help on using the changeset viewer.