Changeset 5732 for code/branches/libraries2
- Timestamp:
- Aug 31, 2009, 10:51:36 PM (15 years ago)
- Location:
- code/branches/libraries2/src
- Files:
-
- 5 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/modules/gamestates/GSGraphics.cc
r5695 r5732 47 47 #include "core/Loader.h" 48 48 #include "core/XMLFile.h" 49 #include " InGameConsole.h"49 #include "overlays/InGameConsole.h" 50 50 #include "sound/SoundManager.h" 51 51 52 52 // HACK: 53 #include " Map.h"53 #include "overlays/Map.h" 54 54 55 55 namespace orxonox -
code/branches/libraries2/src/orxonox/CMakeLists.txt
r5719 r5732 25 25 PawnManager.cc 26 26 PlayerManager.cc 27 28 InGameConsole.cc29 Map.cc30 27 ) 31 28 ADD_SUBDIRECTORY(interfaces) -
code/branches/libraries2/src/orxonox/interfaces/RadarViewable.cc
r5693 r5732 38 38 #include "objects/worldentities/WorldEntity.h" 39 39 #include "objects/Radar.h" 40 #include " Map.h"40 #include "overlays/Map.h" 41 41 42 42 namespace orxonox -
code/branches/libraries2/src/orxonox/objects/controllers/HumanController.cc
r5693 r5732 35 35 #include "objects/gametypes/Gametype.h" 36 36 #include "objects/infos/PlayerInfo.h" 37 #include " Map.h"37 #include "overlays/Map.h" 38 38 39 39 namespace orxonox -
code/branches/libraries2/src/orxonox/overlays/CMakeLists.txt
r5720 r5732 2 2 OrxonoxOverlay.cc 3 3 OverlayGroup.cc 4 5 InGameConsole.cc 6 Map.cc 4 7 )
Note: See TracChangeset
for help on using the changeset viewer.