Changeset 4836 in orxonox.OLD for orxonox/trunk/src/util/object_manager.h
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/object_manager.h
r4746 r4836 1 1 /*! 2 2 \file object_manager.h 3 \briefthis manager will ceep track of the objects in the world3 * this manager will ceep track of the objects in the world 4 4 5 5 This is specially designed to: … … 45 45 public: 46 46 virtual ~ObjectManager(); 47 /** \returns a Pointer to the only object of this Class */47 /** @returns a Pointer to the only object of this Class */ 48 48 inline static ObjectManager* getInstance() { if (!singletonRef) singletonRef = new ObjectManager(); return singletonRef; }; 49 49
Note: See TracChangeset
for help on using the changeset viewer.