Changeset 7343 in orxonox.OLD for trunk/src/lib/shell/shell_input.h
- Timestamp:
- Apr 19, 2006, 4:26:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.h
r7221 r7343 12 12 #include "text.h" 13 13 #include "event_listener.h" 14 #include "shell_completion.h" 15 14 16 #include <list> 15 17 … … 54 56 private: 55 57 // HANDLING TEXT INPUT 56 ShellCompletion *completion; //!< The Completion Interface.58 ShellCompletion completion; //!< The Completion Interface. 57 59 58 60 std::string inputLine; //!< the Char-Array of the Buffer
Note: See TracChangeset
for help on using the changeset viewer.