Changeset 192 for code/branches/main_reto
- Timestamp:
- Nov 7, 2007, 10:20:11 PM (17 years ago)
- Location:
- code/branches/main_reto/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto/src/orxonox_ship.cc
r190 r192 32 32 #include "OgreStringConverter.h" 33 33 34 #include "bullet.h"35 #include "bullet_manager.h"36 34 #include "inertial_node.h" 37 #include "weapon_manager.h" 35 #include "weapon/bullet.h" 36 #include "weapon/bullet_manager.h" 37 #include "weapon/weapon_manager.h" 38 38 39 39 #include "orxonox_ship.h" -
code/branches/main_reto/src/run_manager.cc
r190 r192 51 51 #include "orxonox_scene.h" 52 52 #include "orxonox_ship.h" 53 #include "bullet.h"54 #include "bullet_manager.h"55 53 #include "camera_manager.h" 56 #include "weapon_manager.h"57 54 #include "inertial_node.h" 55 56 #include "weapon/bullet.h" 57 #include "weapon/bullet_manager.h" 58 #include "weapon/weapon_manager.h" 58 59 59 60 #include "run_manager.h"
Note: See TracChangeset
for help on using the changeset viewer.