- Timestamp:
- Feb 3, 2006, 8:43:04 PM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r6978 r7028 86 86 subprojects/benchmark.h 87 87 88 89 88 ## orxonox.conf will be used from home-dir instead. 90 89 EXTRA_DIST = proto/proto_class.h \ -
trunk/src/lib/Makefile.am
r6617 r7028 67 67 util/executor/executor_specials.h \ 68 68 util/executor/functor_list.h \ 69 util/count_pointer.h \ 69 70 math/vector.h \ 70 71 math/quaternion.h \ -
trunk/src/world_entities/Makefile.am
r7019 r7028 76 76 world_entities/npcs/npc_test.h \ 77 77 world_entities/npcs/npc_test1.h \ 78 world_entities/npcs/ground_turret.h \ 78 79 world_entities/environment.h \ 79 80 world_entities/skysphere.h \ … … 92 93 world_entities/weapons/test_gun.h \ 93 94 world_entities/weapons/cannon.h \ 95 world_entities/weapons/hyperblaster.h \ 94 96 world_entities/weapons/turret.h \ 95 97 world_entities/weapons/aiming_turret.h \ … … 104 106 world_entities/projectiles/rocket.h \ 105 107 world_entities/projectiles/guided_missile.h \ 108 world_entities/projectiles/hyperblast.h \ 106 109 \ 107 110 world_entities/power_ups/power_up.h \ … … 122 125 world_entities/environments/model_entity.h \ 123 126 \ 124 world_entities/elements/image_entity.h 127 world_entities/elements/image_entity.h \ 128 world_entities/elements/text_element.h 125 129
Note: See TracChangeset
for help on using the changeset viewer.