Changeset 5621 for code/branches
- Timestamp:
- Aug 11, 2009, 12:50:58 AM (15 years ago)
- Location:
- code/branches/libraries/src/orxonox
- Files:
-
- 1 deleted
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/CMakeLists.txt
r5618 r5621 19 19 20 20 SET_SOURCE_FILES(ORXONOX_SRC_FILES 21 Main.cc 22 21 23 CameraManager.cc 22 InGameConsole.cc23 24 LevelManager.cc 24 Main.cc25 25 PawnManager.cc 26 26 PlayerManager.cc 27 28 InGameConsole.cc 29 Map.cc 27 30 ) 28 31 ADD_SUBDIRECTORY(gamestates) -
code/branches/libraries/src/orxonox/gamestates/GSGraphics.cc
r5618 r5621 51 51 52 52 // HACK: 53 #include " overlays/map/Map.h"53 #include "Map.h" 54 54 55 55 namespace orxonox -
code/branches/libraries/src/orxonox/interfaces/RadarViewable.cc
r3300 r5621 38 38 #include "objects/worldentities/WorldEntity.h" 39 39 #include "objects/Radar.h" 40 #include " overlays/map/Map.h"40 #include "Map.h" 41 41 42 42 namespace orxonox -
code/branches/libraries/src/orxonox/objects/controllers/HumanController.cc
r3325 r5621 35 35 #include "objects/gametypes/Gametype.h" 36 36 #include "objects/infos/PlayerInfo.h" 37 #include " overlays/map/Map.h"37 #include "Map.h" 38 38 39 39 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.