Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5102 in orxonox.OLD for trunk/src/util/shell.h


Ignore:
Timestamp:
Aug 22, 2005, 5:26:29 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: class-autocompletion is nice now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.h

    r5097 r5102  
    6767  private:
    6868    bool autoComplete();
     69    bool classComplete(const char* classBegin);
     70    bool objectComplete(const char* objectBegin, ClassID classID);
     71    bool functionComplete(const char* functionBegin);
    6972
    7073
Note: See TracChangeset for help on using the changeset viewer.