1 | ## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY |
---|
2 | WorldEntities_SOURCES_ = \ |
---|
3 | world_entities/npcs/npc_test1.cc \ |
---|
4 | world_entities/npcs/npc_test.cc \ |
---|
5 | \ |
---|
6 | world_entities/environment.cc \ |
---|
7 | world_entities/skysphere.cc \ |
---|
8 | world_entities/skybox.cc \ |
---|
9 | world_entities/terrain.cc \ |
---|
10 | world_entities/satellite.cc \ |
---|
11 | world_entities/movie_entity.cc \ |
---|
12 | world_entities/recorder.cc \ |
---|
13 | world_entities/character_attributes.cc \ |
---|
14 | world_entities/test_entity.cc \ |
---|
15 | world_entities/planet.cc \ |
---|
16 | \ |
---|
17 | world_entities/weapons/test_gun.cc \ |
---|
18 | world_entities/weapons/turret.cc \ |
---|
19 | world_entities/weapons/aiming_turret.cc \ |
---|
20 | world_entities/weapons/targeting_turret.cc \ |
---|
21 | world_entities/weapons/cannon.cc \ |
---|
22 | world_entities/weapons/hyperblaster.cc \ |
---|
23 | world_entities/weapons/aim.cc \ |
---|
24 | \ |
---|
25 | world_entities/projectiles/bomb.cc \ |
---|
26 | world_entities/projectiles/laser.cc \ |
---|
27 | world_entities/projectiles/test_bullet.cc \ |
---|
28 | world_entities/projectiles/rocket.cc \ |
---|
29 | world_entities/projectiles/guided_missile.cc \ |
---|
30 | world_entities/projectiles/hyperblast.cc \ |
---|
31 | \ |
---|
32 | world_entities/power_ups/turret_power_up.cc \ |
---|
33 | world_entities/power_ups/laser_power_up.cc \ |
---|
34 | \ |
---|
35 | world_entities/space_ships/space_ship.cc \ |
---|
36 | world_entities/space_ships/helicopter.cc \ |
---|
37 | world_entities/space_ships/hover.cc \ |
---|
38 | world_entities/space_ships/turbine_hover.cc \ |
---|
39 | world_entities/creatures/md2_creature.cc \ |
---|
40 | \ |
---|
41 | \ |
---|
42 | world_entities/environments/water.cc \ |
---|
43 | world_entities/environments/model_entity.cc \ |
---|
44 | world_entities/environments/building.cc \ |
---|
45 | \ |
---|
46 | world_entities/elements/image_entity.cc \ |
---|
47 | world_entities/elements/text_element.cc \ |
---|
48 | \ |
---|
49 | world_entities/effects/lightning_bolt.cc |
---|
50 | |
---|
51 | |
---|