- Timestamp:
- Nov 29, 2009, 10:43:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/overlays/InGameConsole.h
r6105 r6180 72 72 73 73 void shiftLines(); 74 void colourLine( int colourcode, int index);74 void colourLine(Shell::LineType type, int index); 75 75 void setCursorPosition(unsigned int pos); 76 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); 77 77 78 78 void windowResized(unsigned int newWidth, unsigned int newHeight);
Note: See TracChangeset
for help on using the changeset viewer.