Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged the bsp-model-stuff back here

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