Changeset 10078 in orxonox.OLD for branches/playability/src/world_entities/particles/emitter_node.h
- Timestamp:
- Dec 14, 2006, 10:58:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/particles/emitter_node.h
r10077 r10078 28 28 virtual void tick( float time); 29 29 30 voidstart();30 bool start(); 31 31 inline void setVelocity(Vector velocity) { this->velocity = velocity;}; 32 32
Note: See TracChangeset
for help on using the changeset viewer.