Changeset 4836 in orxonox.OLD for orxonox/trunk/src/orxonox.h
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.h
r4830 r4836 1 1 /*! 2 2 \file orxonox.h 3 \briefOrxonox core functions3 * Orxonox core functions 4 4 */ 5 5 … … 21 21 public: 22 22 virtual ~Orxonox (); 23 /** \returns a Pointer to the only object of this Class */23 /** @returns a Pointer to the only object of this Class */ 24 24 inline static Orxonox* getInstance() { if (!singletonRef) singletonRef = new Orxonox(); return singletonRef; }; 25 25
Note: See TracChangeset
for help on using the changeset viewer.