Changeset 10591 in orxonox.OLD for branches/cleanup/src/util
- Timestamp:
- Feb 13, 2007, 4:42:33 PM (18 years ago)
- Location:
- branches/cleanup/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/util/multiplayer_team_deathmatch.cc
r10114 r10591 31 31 32 32 #include "shared_network_data.h" 33 #include " terrain.h"33 #include "environments/terrain.h" 34 34 #include "space_ships/space_ship.h" 35 35 … … 44 44 #include "shell_command.h" 45 45 46 #include " spawning_point.h"46 #include "tools/spawning_point.h" 47 47 48 48 #include "creatures/fps_player.h" -
branches/cleanup/src/util/state.cc
r10379 r10591 19 19 20 20 21 #include " camera.h"22 #include " cameraman.h"21 #include "tools/camera.h" 22 #include "tools/cameraman.h" 23 23 24 24 #ifndef NULL
Note: See TracChangeset
for help on using the changeset viewer.