Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5182 in orxonox.OLD for trunk/src/lib/shell/shell_input.h


Ignore:
Timestamp:
Sep 14, 2005, 12:45:17 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: completion works again :)
now it is time to go to bed again

File:
1 edited

Legend:

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

    r5181 r5182  
    3131  bool executeCommand();
    3232  void help() const;
    33   const char* getInputString() const { return this->inputLine; };
    34 
    3533
    3634  virtual void tick(float dt);
     
    4846
    4947   tList<char>*             inputHistory;           //!< The history of given commands.
    50 
    5148};
    5249
Note: See TracChangeset for help on using the changeset viewer.