Changeset 5182 in orxonox.OLD for trunk/src/lib/shell/shell_input.h
- Timestamp:
- Sep 14, 2005, 12:45:17 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.h
r5181 r5182 31 31 bool executeCommand(); 32 32 void help() const; 33 const char* getInputString() const { return this->inputLine; };34 35 33 36 34 virtual void tick(float dt); … … 48 46 49 47 tList<char>* inputHistory; //!< The history of given commands. 50 51 48 }; 52 49
Note: See TracChangeset
for help on using the changeset viewer.