Changeset 4519 in orxonox.OLD for orxonox/trunk/src/lib/graphics/text_engine.h
- Timestamp:
- Jun 6, 2005, 2:36:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/text_engine.h
r4458 r4519 205 205 { 206 206 public: 207 static TextEngine* getInstance(void);208 207 virtual ~TextEngine(void); 208 /** \returns a Pointer to the only object of this Class */ 209 inline static TextEngine* getInstance(void) { if (!singletonRef) singletonRef = new TextEngine(); return singletonRef; }; 209 210 210 211 Text* createText(const char* fontFile,
Note: See TracChangeset
for help on using the changeset viewer.