Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 29, 2006, 11:23:10 PM (18 years ago)
Author:
bensch
Message:

trunk: work work…

File:
1 edited

Legend:

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

    r7455 r7456  
    1010#define _SHELL_INPUT_H
    1111
    12 #include "multi_line_text.h"
     12#include "text.h"
    1313#include "event_listener.h"
    1414#include "shell_completion.h"
     
    2828   * [UP] and [DOWN] move through the history of allready given commands.
    2929   */
    30   class ShellInput : public MultiLineText,  public EventListener
     30  class ShellInput : public Text,  public EventListener
    3131  {
    3232
Note: See TracChangeset for help on using the changeset viewer.