Changeset 1641 for code/branches/gui/src/orxonox/GraphicsEngine.h
- Timestamp:
- Jul 22, 2008, 9:16:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/GraphicsEngine.h
r1640 r1641 22 22 * Author: 23 23 * Reto Grieder 24 * Benjamin Knecht <beni_at_orxonox.net>, (C) 2007 24 25 * Co-authors: 25 * Benjamin Knecht <beni_at_orxonox.net>, (C) 2007,Felix Schulthess26 * Felix Schulthess 26 27 * 27 28 */ … … 88 89 89 90 static GraphicsEngine& getSingleton(); 90 static GraphicsEngine* getSingletonPtr() { return &getSingleton(); }91 static GraphicsEngine* getSingletonPtr() { return singletonRef_s; } 91 92 92 93 private:
Note: See TracChangeset
for help on using the changeset viewer.