Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 8994 was 8994, checked in by bensch, 18 years ago

compiling radar

File size: 4.9 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                world_entities/elements/glgui_radar.cc \
59                \
60                world_entities/effects/lightning_bolt.cc \
61                \
62                world_entities/script_trigger.cc
63
64
65WorldEntities_HEADERS_ = \
66                npcs/npc_test.h \
67                npcs/npc_test1.h \
68                npcs/ground_turret.h \
69                environment.h \
70                skysphere.h \
71                skybox.h \
72                skydome.h \
73                terrain.h \
74                satellite.h \
75                movie_entity.h \
76                recorder.h \
77                character_attributes.h \
78                test_entity.h \
79                door.h \
80                planet.h \
81                bsp_entity.h \
82                \
83                weapons/test_gun.h \
84                weapons/cannon.h \
85                weapons/hyperblaster.h \
86                weapons/turret.h \
87                weapons/aiming_turret.h \
88                weapons/targeting_turret.h \
89                weapons/aim.h \
90                weapons/fps_sniper_rifle.h \
91                \
92                projectiles/bomb.h \
93                projectiles/laser.h \
94                projectiles/test_bullet.h \
95                projectiles/rocket.h \
96                projectiles/guided_missile.h \
97                projectiles/hyperblast.h \
98                \
99                power_ups/turret_power_up.h \
100                power_ups/laser_power_up.h \
101                \
102                space_ships/space_ship.h \
103                space_ships/helicopter.h \
104                space_ships/hover.h \
105                space_ships/turbine_hover.h \
106                space_ships/collision_probe.cc \
107                creatures/md2_creature.h \
108                creatures/fps_player.h \
109                spectator.h \
110                \
111                environments/water.h \
112                environments/model_entity.h \
113                environments/building.h \
114                environments/mapped_water.h \
115                \
116                elements/image_entity.h \
117                elements/text_element.h \
118                elements/glgui_radar.h \
119                \
120                effects/lightning_bolt.h \
121                \
122                script_trigger.h
Note: See TracBrowser for help on using the repository browser.