Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/world_entities/WorldEntities.am @ 8894

Last change on this file since 8894 was 8894, checked in by patrick, 18 years ago

merged the branche single_player_map with the trunk

File size: 4.8 KB
Line 
1## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
2WorldEntities_SOURCES_ = \
3                world_entities/npcs/npc_test1.cc \
4                world_entities/npcs/npc_test.cc \
5                world_entities/npcs/ground_turret.cc \
6                world_entities/npcs/generic_npc.cc \
7                \
8                world_entities/environment.cc \
9                world_entities/skysphere.cc \
10                world_entities/skybox.cc \
11                world_entities/skydome.cc \
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 \
18                world_entities/door.cc \
19                world_entities/planet.cc \
20                world_entities/bsp_entity.cc \
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 \
29                world_entities/weapons/fps_sniper_rifle.cc \
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 \
45                world_entities/space_ships/collision_probe.cc \
46                world_entities/creatures/md2_creature.cc \
47                world_entities/creatures/fps_player.cc \
48                world_entities/spectator.cc \
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                \
59                world_entities/effects/lightning_bolt.cc \
60                \
61                world_entities/script_trigger.cc
62
63
64WorldEntities_HEADERS_ = \
65                npcs/npc_test.h \
66                npcs/npc_test1.h \
67                npcs/ground_turret.h \
68                environment.h \
69                skysphere.h \
70                skybox.h \
71                skydome.h \
72                terrain.h \
73                satellite.h \
74                movie_entity.h \
75                recorder.h \
76                character_attributes.h \
77                test_entity.h \
78                door.h \
79                planet.h \
80                bsp_entity.h \
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 \
89                weapons/fps_sniper_rifle.h \
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 \
105                space_ships/collision_probe.cc \
106                creatures/md2_creature.h \
107                creatures/fps_player.h \
108                spectator.h \
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                \
118                effects/lightning_bolt.h \
119                \
120                script_trigger.h
Note: See TracBrowser for help on using the repository browser.