Changeset 4519 in orxonox.OLD for orxonox/trunk/src/lib/particles/particle_engine.h
- Timestamp:
- Jun 6, 2005, 2:36:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/particle_engine.h
r4478 r4519 30 30 31 31 public: 32 static ParticleEngine* getInstance(void);33 32 virtual ~ParticleEngine(void); 33 /** \returns a Pointer to the only object of this Class */ 34 inline static ParticleEngine* getInstance(void) { if (!singletonRef) singletonRef = new ParticleEngine(); return singletonRef; }; 34 35 35 36 void tick(float dt);
Note: See TracChangeset
for help on using the changeset viewer.