Changeset 3833 in orxonox.OLD for orxonox/trunk/src/lib/graphics
- Timestamp:
- Apr 14, 2005, 2:03:05 PM (20 years ago)
- Location:
- orxonox/trunk/src/lib/graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/text_engine.cc
r3790 r3833 51 51 Text::Text(Font* font, int type) 52 52 { 53 this->setClassName("Text"); 54 53 55 // initialize this Text 54 56 this->bindNode = NULL; -
orxonox/trunk/src/lib/graphics/text_engine.h
r3790 r3833 90 90 //////////// 91 91 //! Represents one textElement. 92 class Text 92 class Text : public BaseObject 93 93 { 94 94 friend class TextEngine;
Note: See TracChangeset
for help on using the changeset viewer.