Changeset 6015 for code/branches/console/src/orxonox
- Timestamp:
 - Nov 2, 2009, 5:54:13 PM (16 years ago)
 - Location:
 - code/branches/console/src/orxonox/overlays
 - Files:
 - 
          
- 2 edited
 
- 
          InGameConsole.cc (modified) (1 diff)
 - 
          InGameConsole.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/console/src/orxonox/overlays/InGameConsole.cc
r6010 r6015 336 336 337 337 /** 338 @brief Called if a command is about to be executed 339 */ 340 void InGameConsole::executed() 341 { 342 this->shell_->addOutputLine(this->shell_->getInput()); 343 } 344 345 /** 338 346 @brief Called if the console gets closed. 339 347 */  - 
        
code/branches/console/src/orxonox/overlays/InGameConsole.h
r6004 r6015 68 68 void inputChanged(); 69 69 void cursorChanged(); 70 void executed(); 70 71 void exit(); 71 72  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






