Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/particles/particle_system.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/particles/particle_system.h
r9686 r9715 56 56 //! A class to handle ParticleSystems 57 57 class ParticleSystem : public WorldEntity, public PhysicsInterface { 58 NewObjectListDeclaration(ParticleSystem);58 ObjectListDeclaration(ParticleSystem); 59 59 60 60 public:
Note: See TracChangeset
for help on using the changeset viewer.