Changeset 4519 in orxonox.OLD for orxonox/trunk/src/lib/graphics/graphics_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/graphics_engine.cc
r4458 r4519 47 47 */ 48 48 GraphicsEngine* GraphicsEngine::singletonRef = NULL; 49 50 /**51 \returns A pointer to this GraphicsEngine52 */53 GraphicsEngine* GraphicsEngine::getInstance()54 {55 if (!GraphicsEngine::singletonRef)56 GraphicsEngine::singletonRef = new GraphicsEngine();57 return GraphicsEngine::singletonRef;58 }59 60 49 61 50 /**
Note: See TracChangeset
for help on using the changeset viewer.