Changeset 10591 in orxonox.OLD for branches/cleanup/src/world_entities/space_ships
- Timestamp:
- Feb 13, 2007, 4:42:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/space_ships/space_ship.cc
r10588 r10591 49 49 #include "shared_network_data.h" 50 50 51 #include " power_ups/weapon_power_up.h"52 #include " power_ups/param_power_up.h"51 #include "items/power_ups/weapon_power_up.h" 52 #include "items/power_ups/param_power_up.h" 53 53 54 54 #include "graphics_engine.h" … … 58 58 #include "state.h" 59 59 #include "player.h" 60 #include " camera.h"61 #include " cameraman.h"60 #include "tools/camera.h" 61 #include "tools/cameraman.h" 62 62 63 63 … … 66 66 67 67 #include "track/track.h" 68 #include "math.h"69 68 70 69
Note: See TracChangeset
for help on using the changeset viewer.