Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 3:25:46 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: moved the Particle-engine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/WorldEntities.am

    r9656 r9758  
    7272                world_entities/effects/lightning_bolt.cc \
    7373                \
    74                 world_entities/script_trigger.cc
     74                world_entities/script_trigger.cc \
     75                \
     76                \
     77                world_entities/particles/particle_emitter.cc \
     78                world_entities/particles/dot_emitter.cc \
     79                world_entities/particles/box_emitter.cc \
     80                world_entities/particles/plane_emitter.cc \
     81                \
     82                world_entities/particles/particle_system.cc \
     83                world_entities/particles/sprite_particles.cc \
     84                world_entities/particles/spark_particles.cc \
     85                world_entities/particles/model_particles.cc \
     86                world_entities/particles/dot_particles.cc \
     87                \
     88                world_entities/particles/quick_animation.cc
     89
     90
     91
    7592
    7693
     
    144161                effects/lightning_bolt.h \
    145162                \
    146                 script_trigger.h
     163                script_trigger.h \
     164                \
     165                \
     166                particles/particle_emitter.h \
     167                particles/dot_emitter.h \
     168                particles/box_emitter.h \
     169                particles/plane_emitter.h \
     170                \
     171                particles/particle_system.h \
     172                particles/sprite_particles.h \
     173                particles/spark_particles.h \
     174                particles/model_particles.h \
     175                particles/dot_particles.h \
     176                \
     177                particles/quick_animation.h
     178
Note: See TracChangeset for help on using the changeset viewer.