[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 \ |
---|
[8724] | 6 | world_entities/npcs/generic_npc.cc \ |
---|
[7785] | 7 | \ |
---|
| 8 | world_entities/environment.cc \ |
---|
| 9 | world_entities/skysphere.cc \ |
---|
| 10 | world_entities/skybox.cc \ |
---|
[8793] | 11 | world_entities/skydome.cc \ |
---|
[7785] | 12 | world_entities/terrain.cc \ |
---|
| 13 | world_entities/satellite.cc \ |
---|
| 14 | world_entities/movie_entity.cc \ |
---|
| 15 | world_entities/recorder.cc \ |
---|
| 16 | world_entities/character_attributes.cc \ |
---|
| 17 | world_entities/test_entity.cc \ |
---|
[8894] | 18 | world_entities/door.cc \ |
---|
[7785] | 19 | world_entities/planet.cc \ |
---|
[8490] | 20 | world_entities/bsp_entity.cc \ |
---|
[7785] | 21 | \ |
---|
| 22 | world_entities/weapons/test_gun.cc \ |
---|
| 23 | world_entities/weapons/turret.cc \ |
---|
| 24 | world_entities/weapons/aiming_turret.cc \ |
---|
| 25 | world_entities/weapons/targeting_turret.cc \ |
---|
| 26 | world_entities/weapons/cannon.cc \ |
---|
| 27 | world_entities/weapons/hyperblaster.cc \ |
---|
| 28 | world_entities/weapons/aim.cc \ |
---|
[8894] | 29 | world_entities/weapons/fps_sniper_rifle.cc \ |
---|
[7785] | 30 | \ |
---|
| 31 | world_entities/projectiles/bomb.cc \ |
---|
| 32 | world_entities/projectiles/laser.cc \ |
---|
| 33 | world_entities/projectiles/test_bullet.cc \ |
---|
| 34 | world_entities/projectiles/rocket.cc \ |
---|
| 35 | world_entities/projectiles/guided_missile.cc \ |
---|
| 36 | world_entities/projectiles/hyperblast.cc \ |
---|
| 37 | \ |
---|
| 38 | world_entities/power_ups/turret_power_up.cc \ |
---|
| 39 | world_entities/power_ups/laser_power_up.cc \ |
---|
| 40 | \ |
---|
| 41 | world_entities/space_ships/space_ship.cc \ |
---|
| 42 | world_entities/space_ships/helicopter.cc \ |
---|
| 43 | world_entities/space_ships/hover.cc \ |
---|
| 44 | world_entities/space_ships/turbine_hover.cc \ |
---|
[8490] | 45 | world_entities/space_ships/collision_probe.cc \ |
---|
[7785] | 46 | world_entities/creatures/md2_creature.cc \ |
---|
[8724] | 47 | world_entities/creatures/fps_player.cc \ |
---|
[8068] | 48 | world_entities/spectator.cc \ |
---|
[7785] | 49 | \ |
---|
| 50 | \ |
---|
| 51 | world_entities/environments/water.cc \ |
---|
| 52 | world_entities/environments/model_entity.cc \ |
---|
| 53 | world_entities/environments/building.cc \ |
---|
| 54 | world_entities/environments/mapped_water.cc \ |
---|
| 55 | \ |
---|
| 56 | world_entities/elements/image_entity.cc \ |
---|
| 57 | world_entities/elements/text_element.cc \ |
---|
| 58 | \ |
---|
[8271] | 59 | world_entities/effects/lightning_bolt.cc \ |
---|
| 60 | \ |
---|
| 61 | world_entities/script_trigger.cc |
---|
[7151] | 62 | |
---|
| 63 | |
---|
| 64 | WorldEntities_HEADERS_ = \ |
---|
[7785] | 65 | npcs/npc_test.h \ |
---|
| 66 | npcs/npc_test1.h \ |
---|
| 67 | npcs/ground_turret.h \ |
---|
| 68 | environment.h \ |
---|
| 69 | skysphere.h \ |
---|
| 70 | skybox.h \ |
---|
[8793] | 71 | skydome.h \ |
---|
[7785] | 72 | terrain.h \ |
---|
| 73 | satellite.h \ |
---|
| 74 | movie_entity.h \ |
---|
| 75 | recorder.h \ |
---|
| 76 | character_attributes.h \ |
---|
| 77 | test_entity.h \ |
---|
[8894] | 78 | door.h \ |
---|
[7785] | 79 | planet.h \ |
---|
[8490] | 80 | bsp_entity.h \ |
---|
[7785] | 81 | \ |
---|
| 82 | weapons/test_gun.h \ |
---|
| 83 | weapons/cannon.h \ |
---|
| 84 | weapons/hyperblaster.h \ |
---|
| 85 | weapons/turret.h \ |
---|
| 86 | weapons/aiming_turret.h \ |
---|
| 87 | weapons/targeting_turret.h \ |
---|
| 88 | weapons/aim.h \ |
---|
[8894] | 89 | weapons/fps_sniper_rifle.h \ |
---|
[7785] | 90 | \ |
---|
| 91 | projectiles/bomb.h \ |
---|
| 92 | projectiles/laser.h \ |
---|
| 93 | projectiles/test_bullet.h \ |
---|
| 94 | projectiles/rocket.h \ |
---|
| 95 | projectiles/guided_missile.h \ |
---|
| 96 | projectiles/hyperblast.h \ |
---|
| 97 | \ |
---|
| 98 | power_ups/turret_power_up.h \ |
---|
| 99 | power_ups/laser_power_up.h \ |
---|
| 100 | \ |
---|
| 101 | space_ships/space_ship.h \ |
---|
| 102 | space_ships/helicopter.h \ |
---|
| 103 | space_ships/hover.h \ |
---|
| 104 | space_ships/turbine_hover.h \ |
---|
[8490] | 105 | space_ships/collision_probe.cc \ |
---|
[7785] | 106 | creatures/md2_creature.h \ |
---|
[8724] | 107 | creatures/fps_player.h \ |
---|
[8068] | 108 | spectator.h \ |
---|
[7785] | 109 | \ |
---|
| 110 | environments/water.h \ |
---|
| 111 | environments/model_entity.h \ |
---|
| 112 | environments/building.h \ |
---|
| 113 | environments/mapped_water.h \ |
---|
| 114 | \ |
---|
| 115 | elements/image_entity.h \ |
---|
| 116 | elements/text_element.h \ |
---|
| 117 | \ |
---|
[8271] | 118 | effects/lightning_bolt.h \ |
---|
| 119 | \ |
---|
| 120 | script_trigger.h |
---|