Changeset 7753 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- May 21, 2006, 5:24:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell.h
r7750 r7753 25 25 class Material; 26 26 27 //! Namespace of the Shell of ORXONOX. 27 28 namespace OrxShell 28 29 { … … 37 38 * Each Class can check itself in to the Shell, and listen for commands. 38 39 * 39 * more info: @see ShellCommand 40 * more info: 41 * @see ShellCommand 40 42 * @see shell_command.h 41 43 * @see shell_buffer.h 42 44 * @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 46 46 */ 47 47 class Shell : public Element2D, public EventListener
Note: See TracChangeset
for help on using the changeset viewer.