Changeset 5405 in orxonox.OLD for trunk/src/lib/particles
- Timestamp:
- Oct 19, 2005, 1:54:37 AM (19 years ago)
- Location:
- trunk/src/lib/particles
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/particle_emitter.h
r5039 r5405 9 9 #include "p_node.h" 10 10 11 // FORWARD DE FINITION11 // FORWARD DECLARATION 12 12 class ParticleSystem; 13 13 class TiXmlElement; -
trunk/src/lib/particles/particle_engine.h
r5039 r5405 14 14 #include "tinyxml.h" 15 15 16 // FORWARD DE FINITION16 // FORWARD DECLARATION 17 17 template<class T> class tList; 18 18 -
trunk/src/lib/particles/particle_system.h
r5039 r5405 39 39 #define PARTICLE_DEFAULT_TYPE PARTICLE_SPRITE //!< A default type of the system. 40 40 41 // FORWARD DE FINITION41 // FORWARD DECLARATION 42 42 class Material; 43 43 class ParticleEmitter; -
trunk/src/lib/particles/quick_animation.h
r5039 r5405 10 10 #include "base_object.h" 11 11 12 // FORWARD DE FINITION12 // FORWARD DECLARATION 13 13 14 14
Note: See TracChangeset
for help on using the changeset viewer.