Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 21, 2006, 5:24:14 PM (18 years ago)
Author:
bensch
Message:

trunk: removed GTK, and also extended the Text Class.

File:
1 edited

Legend:

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

    r7750 r7753  
    2525class Material;
    2626
     27//! Namespace of the Shell of ORXONOX.
    2728namespace OrxShell
    2829{
     
    3738   * Each Class can check itself in to the Shell, and listen for commands.
    3839   *
    39    * more info: @see ShellCommand
     40   * more info:
     41   * @see ShellCommand
    4042   * @see shell_command.h
    4143   * @see shell_buffer.h
    4244   * @see shell_input.h
    43    *
    44    * !! note in order to keep shellbuffer to a minimal (it is included with
    45    * !! debug.h) Display of it inside the Shell is located here !!
     45   * @see shell_completion.h
    4646   */
    4747  class Shell : public Element2D, public EventListener
Note: See TracChangeset for help on using the changeset viewer.