[7151] | 1 | ## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY |
---|
| 2 | WorldEntities_SOURCES_ = \ |
---|
[7785] | 3 | world_entities/npcs/npc_test1.cc \ |
---|
| 4 | world_entities/npcs/npc_test.cc \ |
---|
| 5 | world_entities/npcs/ground_turret.cc \ |
---|
[9235] | 6 | world_entities/npcs/space_turret.cc \ |
---|
[9656] | 7 | world_entities/npcs/network_turret.cc \ |
---|
[8724] | 8 | world_entities/npcs/generic_npc.cc \ |
---|
[9003] | 9 | world_entities/npcs/door.cc \ |
---|
[9235] | 10 | world_entities/npcs/gate.cc \ |
---|
[9003] | 11 | world_entities/npcs/repair_station.cc \ |
---|
[9235] | 12 | world_entities/npcs/attractor_mine.cc \ |
---|
[7785] | 13 | \ |
---|
| 14 | world_entities/environment.cc \ |
---|
| 15 | world_entities/skysphere.cc \ |
---|
| 16 | world_entities/skybox.cc \ |
---|
[8793] | 17 | world_entities/skydome.cc \ |
---|
[7785] | 18 | world_entities/terrain.cc \ |
---|
| 19 | world_entities/satellite.cc \ |
---|
| 20 | world_entities/movie_entity.cc \ |
---|
| 21 | world_entities/recorder.cc \ |
---|
| 22 | world_entities/character_attributes.cc \ |
---|
| 23 | world_entities/test_entity.cc \ |
---|
| 24 | world_entities/planet.cc \ |
---|
[8490] | 25 | world_entities/bsp_entity.cc \ |
---|
[7785] | 26 | \ |
---|
| 27 | world_entities/weapons/test_gun.cc \ |
---|
[9235] | 28 | world_entities/weapons/laser_cannon.cc \ |
---|
[7785] | 29 | world_entities/weapons/turret.cc \ |
---|
| 30 | world_entities/weapons/aiming_turret.cc \ |
---|
| 31 | world_entities/weapons/targeting_turret.cc \ |
---|
| 32 | world_entities/weapons/cannon.cc \ |
---|
| 33 | world_entities/weapons/hyperblaster.cc \ |
---|
| 34 | world_entities/weapons/aim.cc \ |
---|
[9235] | 35 | world_entities/weapons/aiming_system.cc \ |
---|
[8894] | 36 | world_entities/weapons/fps_sniper_rifle.cc \ |
---|
[9235] | 37 | world_entities/weapons/boomerang_gun.cc \ |
---|
[7785] | 38 | \ |
---|
| 39 | world_entities/projectiles/bomb.cc \ |
---|
| 40 | world_entities/projectiles/laser.cc \ |
---|
[9235] | 41 | world_entities/projectiles/rail_projectile.cc \ |
---|
[7785] | 42 | world_entities/projectiles/test_bullet.cc \ |
---|
| 43 | world_entities/projectiles/rocket.cc \ |
---|
| 44 | world_entities/projectiles/guided_missile.cc \ |
---|
[9235] | 45 | world_entities/projectiles/boomerang_projectile.cc \ |
---|
[7785] | 46 | world_entities/projectiles/hyperblast.cc \ |
---|
| 47 | \ |
---|
| 48 | world_entities/power_ups/turret_power_up.cc \ |
---|
| 49 | world_entities/power_ups/laser_power_up.cc \ |
---|
| 50 | \ |
---|
| 51 | world_entities/space_ships/space_ship.cc \ |
---|
| 52 | world_entities/space_ships/helicopter.cc \ |
---|
| 53 | world_entities/space_ships/hover.cc \ |
---|
| 54 | world_entities/space_ships/turbine_hover.cc \ |
---|
[9061] | 55 | world_entities/space_ships/spacecraft_2d.cc \ |
---|
[8490] | 56 | world_entities/space_ships/collision_probe.cc \ |
---|
[9061] | 57 | world_entities/space_ships/cruizer.cc \ |
---|
[7785] | 58 | world_entities/creatures/md2_creature.cc \ |
---|
[8724] | 59 | world_entities/creatures/fps_player.cc \ |
---|
[8068] | 60 | world_entities/spectator.cc \ |
---|
[7785] | 61 | \ |
---|
| 62 | \ |
---|
| 63 | world_entities/environments/water.cc \ |
---|
| 64 | world_entities/environments/model_entity.cc \ |
---|
| 65 | world_entities/environments/building.cc \ |
---|
| 66 | world_entities/environments/mapped_water.cc \ |
---|
| 67 | \ |
---|
| 68 | world_entities/elements/image_entity.cc \ |
---|
| 69 | world_entities/elements/text_element.cc \ |
---|
[8994] | 70 | world_entities/elements/glgui_radar.cc \ |
---|
[7785] | 71 | \ |
---|
[8271] | 72 | world_entities/effects/lightning_bolt.cc \ |
---|
| 73 | \ |
---|
[9869] | 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 | world_entities/weather_effects/atmospheric_engine.cc \ |
---|
| 92 | world_entities/weather_effects/weather_effect.cc \ |
---|
| 93 | world_entities/weather_effects/cloud_effect.cc \ |
---|
| 94 | world_entities/weather_effects/sun_effect.cc \ |
---|
| 95 | world_entities/weather_effects/fog_effect.cc \ |
---|
| 96 | world_entities/weather_effects/volfog_effect.cc \ |
---|
| 97 | world_entities/weather_effects/rain_effect.cc \ |
---|
| 98 | world_entities/weather_effects/snow_effect.cc \ |
---|
| 99 | world_entities/weather_effects/lightning_effect.cc \ |
---|
| 100 | world_entities/weather_effects/lense_flare.cc |
---|
[7151] | 101 | |
---|
| 102 | |
---|
[9869] | 103 | |
---|
| 104 | |
---|
| 105 | |
---|
| 106 | |
---|
[7151] | 107 | WorldEntities_HEADERS_ = \ |
---|
[7785] | 108 | npcs/npc_test.h \ |
---|
| 109 | npcs/npc_test1.h \ |
---|
| 110 | npcs/ground_turret.h \ |
---|
[9235] | 111 | npcs/space_turret.h \ |
---|
[9656] | 112 | npcs/network_turret.h \ |
---|
[9003] | 113 | npcs/door.cc \ |
---|
[9235] | 114 | npcs/repair_station.h \ |
---|
| 115 | npcs/attractor_mine.h \ |
---|
[9003] | 116 | \ |
---|
[7785] | 117 | environment.h \ |
---|
| 118 | skysphere.h \ |
---|
| 119 | skybox.h \ |
---|
[8793] | 120 | skydome.h \ |
---|
[7785] | 121 | terrain.h \ |
---|
| 122 | satellite.h \ |
---|
| 123 | movie_entity.h \ |
---|
| 124 | recorder.h \ |
---|
| 125 | character_attributes.h \ |
---|
| 126 | test_entity.h \ |
---|
| 127 | planet.h \ |
---|
[8490] | 128 | bsp_entity.h \ |
---|
[7785] | 129 | \ |
---|
| 130 | weapons/test_gun.h \ |
---|
[9235] | 131 | weapons/laser_cannon.cc \ |
---|
[7785] | 132 | weapons/cannon.h \ |
---|
| 133 | weapons/hyperblaster.h \ |
---|
| 134 | weapons/turret.h \ |
---|
| 135 | weapons/aiming_turret.h \ |
---|
| 136 | weapons/targeting_turret.h \ |
---|
[9235] | 137 | weapons/boomerang_gun.h \ |
---|
[7785] | 138 | weapons/aim.h \ |
---|
[9235] | 139 | weapons/aiming_system.h \ |
---|
[8894] | 140 | weapons/fps_sniper_rifle.h \ |
---|
[7785] | 141 | \ |
---|
| 142 | projectiles/bomb.h \ |
---|
| 143 | projectiles/laser.h \ |
---|
[9235] | 144 | projectiles/rail_projectile.h \ |
---|
[7785] | 145 | projectiles/test_bullet.h \ |
---|
| 146 | projectiles/rocket.h \ |
---|
| 147 | projectiles/guided_missile.h \ |
---|
[9235] | 148 | projectiles/boomerang_projectile.h \ |
---|
[7785] | 149 | projectiles/hyperblast.h \ |
---|
| 150 | \ |
---|
| 151 | power_ups/turret_power_up.h \ |
---|
| 152 | power_ups/laser_power_up.h \ |
---|
| 153 | \ |
---|
| 154 | space_ships/space_ship.h \ |
---|
| 155 | space_ships/helicopter.h \ |
---|
| 156 | space_ships/hover.h \ |
---|
| 157 | space_ships/turbine_hover.h \ |
---|
[9061] | 158 | space_ships/spacecraft_2d.h \ |
---|
| 159 | space_ships/collision_probe.h \ |
---|
| 160 | space_ships/cruizer.h \ |
---|
[7785] | 161 | creatures/md2_creature.h \ |
---|
[8724] | 162 | creatures/fps_player.h \ |
---|
[8068] | 163 | spectator.h \ |
---|
[7785] | 164 | \ |
---|
| 165 | environments/water.h \ |
---|
| 166 | environments/model_entity.h \ |
---|
| 167 | environments/building.h \ |
---|
| 168 | environments/mapped_water.h \ |
---|
| 169 | \ |
---|
| 170 | elements/image_entity.h \ |
---|
| 171 | elements/text_element.h \ |
---|
[8994] | 172 | elements/glgui_radar.h \ |
---|
[7785] | 173 | \ |
---|
[8271] | 174 | effects/lightning_bolt.h \ |
---|
| 175 | \ |
---|
[9869] | 176 | script_trigger.h \ |
---|
| 177 | \ |
---|
| 178 | \ |
---|
| 179 | particles/particle_emitter.h \ |
---|
| 180 | particles/dot_emitter.h \ |
---|
| 181 | particles/box_emitter.h \ |
---|
| 182 | particles/plane_emitter.h \ |
---|
| 183 | \ |
---|
| 184 | particles/particle_system.h \ |
---|
| 185 | particles/sprite_particles.h \ |
---|
| 186 | particles/spark_particles.h \ |
---|
| 187 | particles/model_particles.h \ |
---|
| 188 | particles/dot_particles.h \ |
---|
| 189 | \ |
---|
| 190 | particles/quick_animation.h \ |
---|
| 191 | \ |
---|
| 192 | \ |
---|
| 193 | weather_effects/atmospheric_engine.h \ |
---|
| 194 | weather_effects/weather_effect.h \ |
---|
| 195 | weather_effects/sun_effect.h \ |
---|
| 196 | weather_effects/fog_effect.h \ |
---|
| 197 | weather_effects/volfog_effect.h \ |
---|
| 198 | weather_effects/rain_effect.h \ |
---|
| 199 | weather_effects/snow_effect.h \ |
---|
| 200 | weather_effects/cloud_effect.h \ |
---|
| 201 | weather_effects/lightning_effect.h \ |
---|
| 202 | weather_effects/lense_flare.h |
---|
| 203 | |
---|