- Timestamp:
- Jan 25, 2007, 10:54:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability.new/src/world_entities/WorldEntities.am
r10362 r10364 1 1 2 ## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY 2 3 WorldEntities_SOURCES_ = \ … … 22 23 world_entities/character_attributes.cc \ 23 24 world_entities/test_entity.cc \ 24 25 world_entities/test_entity2.cc \ 25 26 world_entities/planet.cc \ 26 27 world_entities/bsp_entity.cc \ … … 85 86 world_entities/environments/rotor.cc \ 86 87 world_entities/environments/mapped_water.cc \ 88 world_entities/environments/rotor.cc \ 87 89 \ 88 90 world_entities/elements/image_entity.cc \ … … 99 101 world_entities/particles/box_emitter.cc \ 100 102 world_entities/particles/plane_emitter.cc \ 101 103 world_entities/particles/emitter_node.cc \ 102 104 \ 103 105 world_entities/particles/particle_system.cc \ … … 146 148 character_attributes.h \ 147 149 test_entity.h \ 148 150 test_entity2.h \ 149 151 planet.h \ 150 152 bsp_entity.h \ … … 209 211 environments/rotor.h \ 210 212 environments/mapped_water.h \ 213 environments/rotor.h \ 211 214 \ 212 215 elements/image_entity.h \ … … 223 226 particles/box_emitter.h \ 224 227 particles/plane_emitter.h \ 225 228 particles/emitter_node.h \ 226 229 \ 227 230 particles/particle_system.h \ … … 245 248 weather_effects/lense_flare.h 246 249 250
Note: See TracChangeset
for help on using the changeset viewer.