Changeset 4836 in orxonox.OLD for orxonox/trunk/src/util/animation/animation_player.h
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation_player.h
r4746 r4836 29 29 30 30 public: 31 /** \returns a Pointer to the only object of this Class */31 /** @returns a Pointer to the only object of this Class */ 32 32 inline static AnimationPlayer* getInstance() { if (!singletonRef) singletonRef = new AnimationPlayer(); return singletonRef; }; 33 33
Note: See TracChangeset
for help on using the changeset viewer.