Changeset 7452 in orxonox.OLD for trunk/src/lib/shell/shell_input.h
- Timestamp:
- Apr 29, 2006, 9:51:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.h
r7451 r7452 10 10 #define _SHELL_INPUT_H 11 11 12 #include " multi_line_text.h"12 #include "text.h" 13 13 #include "event_listener.h" 14 14 #include "shell_completion.h" … … 28 28 * [UP] and [DOWN] move through the history of allready given commands. 29 29 */ 30 class ShellInput : public MultiLineText, public EventListener30 class ShellInput : public Text, public EventListener 31 31 { 32 32
Note: See TracChangeset
for help on using the changeset viewer.