Changeset 4519 in orxonox.OLD for orxonox/trunk/src/lib/graphics/graphics_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/graphics_engine.h
r4458 r4519 25 25 { 26 26 public: 27 static GraphicsEngine* getInstance();28 27 virtual ~GraphicsEngine(); 28 /** \returns a Pointer to the only object of this Class */ 29 inline static GraphicsEngine* getInstance(void) { if (!singletonRef) singletonRef = new GraphicsEngine(); return singletonRef; }; 29 30 30 31 int initVideo();
Note: See TracChangeset
for help on using the changeset viewer.