Changeset 9758 in orxonox.OLD for branches/new_class_id/src/lib/graphics
- Timestamp:
- Sep 19, 2006, 3:25:46 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/graphics/effects
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/effects/rain_effect.cc
r9757 r9758 24 24 #include "p_node.h" 25 25 #include "state.h" 26 #include " spark_particles.h"27 #include "p lane_emitter.h"26 #include "particles/spark_particles.h" 27 #include "particles/plane_emitter.h" 28 28 #include "shell_command.h" 29 29 #include "light.h" -
branches/new_class_id/src/lib/graphics/effects/rain_effect.h
r9715 r9758 13 13 #include <string> 14 14 15 #include "particle _system.h"15 #include "particles/particle_system.h" 16 16 17 17 class SparkParticles; -
branches/new_class_id/src/lib/graphics/effects/snow_effect.cc
r9757 r9758 24 24 #include "p_node.h" 25 25 #include "state.h" 26 #include " sprite_particles.h"27 #include "p lane_emitter.h"26 #include "particles/sprite_particles.h" 27 #include "particles/plane_emitter.h" 28 28 #include "shell_command.h" 29 29 #include "script_class.h" -
branches/new_class_id/src/lib/graphics/effects/snow_effect.h
r9715 r9758 7 7 8 8 #include "vector.h" 9 #include "particle _system.h"9 #include "particles/particle_system.h" 10 10 #include "material.h" 11 11 #include "vector2D.h"
Note: See TracChangeset
for help on using the changeset viewer.