Changeset 9687 in orxonox.OLD for branches/new_class_id/src/lib/particles
- Timestamp:
- Aug 22, 2006, 2:52:28 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/particles
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/particles/dot_particles.cc
r9686 r9687 24 24 #include "shell_command.h" 25 25 26 #include "parser/tinyxml/tinyxml.h" 27 #include <algorithm> 28 26 #include "class_id.h" 29 27 30 28 CREATE_FACTORY(DotParticles, CL_DOT_PARTICLES); -
branches/new_class_id/src/lib/particles/model_particles.cc
r9686 r9687 24 24 #include "shell_command.h" 25 25 26 #include "parser/tinyxml/tinyxml.h" 27 #include <algorithm> 28 26 #include "class_id.h" 29 27 30 28 CREATE_FACTORY(ModelParticles, CL_MODEL_PARTICLES); -
branches/new_class_id/src/lib/particles/spark_particles.cc
r9686 r9687 24 24 #include "shell_command.h" 25 25 26 #include "parser/tinyxml/tinyxml.h" 27 #include <algorithm> 28 29 30 31 26 #include "class_id.h" 32 27 33 28 CREATE_FACTORY(SparkParticles, CL_SPARK_PARTICLES); -
branches/new_class_id/src/lib/particles/sprite_particles.cc
r9686 r9687 24 24 #include "shell_command.h" 25 25 26 #include "parser/tinyxml/tinyxml.h" 27 #include <algorithm> 28 26 #include "class_id.h" 29 27 30 28 CREATE_FACTORY(SpriteParticles, CL_SPRITE_PARTICLES);
Note: See TracChangeset
for help on using the changeset viewer.