- Timestamp:
- Dec 25, 2009, 1:18:03 PM (15 years ago)
- Location:
- code/branches/pickup2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup2
- Property svn:mergeinfo changed
-
code/branches/pickup2/src/orxonox/overlays/InGameConsole.h
r5929 r6412 52 52 void setConfigValues(); 53 53 54 void update(const Clock& time);54 void preUpdate(const Clock& time); 55 55 56 56 static void openConsole(); … … 68 68 void inputChanged(); 69 69 void cursorChanged(); 70 void executed(); 70 71 void exit(); 71 72 72 73 void shiftLines(); 73 void colourLine( int colourcode, int index);74 void colourLine(Shell::LineType type, int index); 74 75 void setCursorPosition(unsigned int pos); 75 void print(const std::string& text, int index, bool alwaysShift = false);76 void print(const std::string& text, Shell::LineType type, int index, bool alwaysShift = false); 76 77 77 78 void windowResized(unsigned int newWidth, unsigned int newHeight); … … 81 82 82 83 private: // variables 84 Shell* shell_; 83 85 bool bActive_; 84 86 int windowW_;
Note: See TracChangeset
for help on using the changeset viewer.