Changeset 8001 in orxonox.OLD for branches/gui/src/lib
- Timestamp:
- May 30, 2006, 11:42:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_inputline.h
r7998 r8001 28 28 29 29 void init(); 30 31 /** @returns the text of the inputLine */ 32 const std::string& getText() const { return this->text.getText(); }; 30 33 31 34 void setText(const std::string& text);
Note: See TracChangeset
for help on using the changeset viewer.