Changeset 4519 in orxonox.OLD for orxonox/trunk/src/lib/graphics/text_engine.cc
- 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.cc
r4518 r4519 814 814 815 815 /** 816 \returns a Pointer to this Class817 */818 TextEngine* TextEngine::getInstance(void)819 {820 if (!TextEngine::singletonRef)821 TextEngine::singletonRef = new TextEngine();822 return TextEngine::singletonRef;823 }824 825 /**826 816 \brief standard deconstructor 827 817
Note: See TracChangeset
for help on using the changeset viewer.