Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 14, 2005, 12:07:06 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: partial Completion in the ShellInput again (show but no Completion)

File:
1 edited

Legend:

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

    r5178 r5181  
    99// FORWARD DECLARATION
    1010class BaseObject;
     11class ShellInput;
    1112template<class T> class tList;
    1213#ifndef NULL
     
    2122  virtual ~ShellCompletion();
    2223
    23   bool autoComplete(const char* inputLine);
     24  bool autoComplete(ShellInput* input);
    2425  bool classComplete(const char* classBegin);
    2526  bool objectComplete(const char* objectBegin, long classID);
Note: See TracChangeset for help on using the changeset viewer.