Changeset 9727 in orxonox.OLD for branches/new_class_id/src/world_entities/weapons
- Timestamp:
- Sep 14, 2006, 5:24:31 PM (18 years ago)
- Location:
- branches/new_class_id/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/weapons/aiming_system.cc
r9715 r9727 21 21 22 22 #include "state.h" 23 #include "debug.h" 23 24 24 25 #include "aabb.h" 25 26 #include "obb_tree.h" 26 27 #include <vector>28 29 27 30 28 -
branches/new_class_id/src/world_entities/weapons/weapon_manager.cc
r9715 r9727 25 25 #include "playable.h" 26 26 27 #include "util/loading/load_param .h"27 #include "util/loading/load_param_xml.h" 28 28 #include "util/loading/factory.h" 29 29
Note: See TracChangeset
for help on using the changeset viewer.