|
Last change
on this file since 5890 was
5849,
checked in by snellen, 20 years ago
|
|
player.cc and player.h updated (both files in ../src/world_entities)
|
|
File size:
2.0 KB
|
| Line | |
|---|
| 1 | MAINSRCDIR=.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXworld_entities.a |
|---|
| 5 | |
|---|
| 6 | libORXworld_entities_a_SOURCES = \ |
|---|
| 7 | world_entity.cc \ |
|---|
| 8 | camera.cc \ |
|---|
| 9 | playable.cc \ |
|---|
| 10 | player.cc \ |
|---|
| 11 | npc.cc \ |
|---|
| 12 | npc2.cc \ |
|---|
| 13 | environment.cc \ |
|---|
| 14 | skysphere.cc \ |
|---|
| 15 | skybox.cc \ |
|---|
| 16 | terrain.cc \ |
|---|
| 17 | satellite.cc \ |
|---|
| 18 | character_attributes.cc \ |
|---|
| 19 | test_entity.cc \ |
|---|
| 20 | space_ships/space_ship.cc \ |
|---|
| 21 | weapons/weapon_manager.cc \ |
|---|
| 22 | weapons/weapon.cc \ |
|---|
| 23 | weapons/test_gun.cc \ |
|---|
| 24 | weapons/turret.cc \ |
|---|
| 25 | weapons/projectile.cc \ |
|---|
| 26 | weapons/test_bullet.cc \ |
|---|
| 27 | weapons/rocket.cc \ |
|---|
| 28 | weapons/laser.cc \ |
|---|
| 29 | weapons/ground_turret.cc \ |
|---|
| 30 | weapons/crosshair.cc \ |
|---|
| 31 | weapons/ground_turret.cc \ |
|---|
| 32 | power_ups/power_up.cc \ |
|---|
| 33 | power_ups/turret_power_up.cc \ |
|---|
| 34 | power_ups/laser_power_up.cc |
|---|
| 35 | |
|---|
| 36 | noinst_HEADERS = \ |
|---|
| 37 | world_entity.h \ |
|---|
| 38 | camera.h \ |
|---|
| 39 | playable.h \ |
|---|
| 40 | player.h \ |
|---|
| 41 | npc.h \ |
|---|
| 42 | npc2.h \ |
|---|
| 43 | environment.h \ |
|---|
| 44 | skysphere.h \ |
|---|
| 45 | skybox.h \ |
|---|
| 46 | terrain.h \ |
|---|
| 47 | satellite.h \ |
|---|
| 48 | character_attributes.h \ |
|---|
| 49 | test_entity.h \ |
|---|
| 50 | space_ships/space_ship.h \ |
|---|
| 51 | weapons/weapon_manager.h \ |
|---|
| 52 | weapons/weapon.h \ |
|---|
| 53 | weapons/projectile.h \ |
|---|
| 54 | weapons/test_gun.h \ |
|---|
| 55 | weapons/turret.h \ |
|---|
| 56 | weapons/test_bullet.h \ |
|---|
| 57 | weapons/crosshair.h \ |
|---|
| 58 | power_ups/power_up.h \ |
|---|
| 59 | power_ups/turret_power_up.h \ |
|---|
| 60 | power_ups/laser_power_up.h |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | SUBDIRS = . . |
|---|
Note: See
TracBrowser
for help on using the repository browser.