Changeset 10694 in orxonox.OLD for branches/adm/src/world_entities/effects
- Timestamp:
- Jun 14, 2007, 3:50:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/adm/src/world_entities/effects/explosion.h
r9869 r10694 27 27 virtual void tick (float time); 28 28 29 private: 29 void setLifeTime( float lifeTime ){ this->lifeTime = lifeTime; } 30 31 protected: 30 32 static FastFactory* fastFactory; 31 33
Note: See TracChangeset
for help on using the changeset viewer.