Changeset 10591 in orxonox.OLD for branches/cleanup/src/world_entities/playable.cc
- Timestamp:
- Feb 13, 2007, 4:42:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/playable.cc
r10368 r10591 21 21 #include "player.h" 22 22 #include "state.h" 23 #include " camera.h"23 #include "tools/camera.h" 24 24 25 25 #include "util/loading/load_param.h" 26 26 27 #include " power_ups/weapon_power_up.h"28 #include " power_ups/param_power_up.h"27 #include "items/power_ups/weapon_power_up.h" 28 #include "items/power_ups/param_power_up.h" 29 29 30 30 #include "game_rules.h"
Note: See TracChangeset
for help on using the changeset viewer.