Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged the bsp branche back to trunk

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