Changeset 9692 in orxonox.OLD for branches/new_class_id/src/lib/shell/shell_input.cc
- Timestamp:
- Aug 23, 2006, 12:43:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell_input.cc
r8339 r9692 24 24 #include "compiler.h" 25 25 #include "key_names.h" 26 26 27 27 28 namespace OrxShell … … 31 32 ->setAlias("help"); 32 33 34 NewObjectListDefinition(ShellInput); 33 35 34 36 /** … … 39 41 : Text ("") 40 42 { 43 this->registerObject(this, ShellInput::_objectList); 44 41 45 this->pressedKey = SDLK_FIRST; 42 this->setClassID(CL_SHELL_INPUT, "ShellInput");43 46 44 47 this->inputLine = "";
Note: See TracChangeset
for help on using the changeset viewer.