Changeset 5511 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Nov 8, 2005, 11:19:09 PM (19 years ago)
- Location:
- trunk/src/world_entities/weapons
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/laser.cc
r5500 r5511 23 23 #include "list.h" 24 24 #include "class_list.h" 25 #include "model.h" 25 26 26 27 #include "particle_engine.h" -
trunk/src/world_entities/weapons/projectile.cc
r5500 r5511 23 23 #include "null_parent.h" 24 24 #include "model.h" 25 #include "vector.h"26 25 27 26 #include "garbage_collector.h" -
trunk/src/world_entities/weapons/rocket.cc
r5500 r5511 20 20 #include "fast_factory.h" 21 21 22 #include "model.h" 22 23 #include "state.h" 23 24 #include "list.h" -
trunk/src/world_entities/weapons/test_bullet.cc
r5500 r5511 20 20 #include "fast_factory.h" 21 21 22 #include "model.h" 22 23 #include "state.h" 23 24 #include "list.h" -
trunk/src/world_entities/weapons/turret.cc
r5500 r5511 18 18 19 19 #include "weapon_manager.h" 20 #include "test_bullet.h" 20 #include "projectile.h" 21 22 #include "model.h" 23 #include "p_node.h" 21 24 22 25 #include "null_parent.h" 23 26 #include "state.h" 24 #include "vector.h"25 27 #include "list.h" 26 28 #include "animation3d.h" -
trunk/src/world_entities/weapons/turret.h
r5500 r5511 30 30 private: 31 31 }; 32 32 33 #endif /* _TURRET_H */
Note: See TracChangeset
for help on using the changeset viewer.