Changeset 5735 for code/branches/libraries2/src/modules/pong
- Timestamp:
- Sep 1, 2009, 12:38:36 AM (15 years ago)
- Location:
- code/branches/libraries2/src/modules/pong
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/modules/pong/Pong.h
r5725 r5735 33 33 34 34 #include "tools/Timer.h" 35 #include " objects/gametypes/Deathmatch.h"35 #include "gametypes/Deathmatch.h" 36 36 37 37 namespace orxonox -
code/branches/libraries2/src/modules/pong/PongAI.cc
r5725 r5735 32 32 #include "core/ConfigValueIncludes.h" 33 33 #include "tools/Timer.h" 34 #include " objects/worldentities/ControllableEntity.h"34 #include "worldentities/ControllableEntity.h" 35 35 #include "PongBall.h" 36 36 -
code/branches/libraries2/src/modules/pong/PongAI.h
r5725 r5735 35 35 #include "util/Math.h" 36 36 #include "tools/interfaces/Tickable.h" 37 #include " objects/controllers/Controller.h"37 #include "controllers/Controller.h" 38 38 39 39 namespace orxonox -
code/branches/libraries2/src/modules/pong/PongBall.cc
r5725 r5735 31 31 #include "core/CoreIncludes.h" 32 32 #include "core/GameMode.h" 33 #include " objects/gametypes/Gametype.h"33 #include "gametypes/Gametype.h" 34 34 #include "PongBat.h" 35 35 #include "sound/SoundBase.h" -
code/branches/libraries2/src/modules/pong/PongBall.h
r5725 r5735 33 33 34 34 #include "util/Math.h" 35 #include " objects/worldentities/MovableEntity.h"35 #include "worldentities/MovableEntity.h" 36 36 37 37 namespace orxonox -
code/branches/libraries2/src/modules/pong/PongBat.h
r5725 r5735 31 31 32 32 #include "pong/PongPrereqs.h" 33 #include " objects/worldentities/ControllableEntity.h"33 #include "worldentities/ControllableEntity.h" 34 34 35 35 namespace orxonox -
code/branches/libraries2/src/modules/pong/PongBot.h
r5725 r5735 31 31 32 32 #include "pong/PongPrereqs.h" 33 #include " objects/infos/Bot.h"33 #include "infos/Bot.h" 34 34 35 35 namespace orxonox -
code/branches/libraries2/src/modules/pong/PongCenterpoint.h
r5725 r5735 34 34 #include <string> 35 35 #include <util/Math.h> 36 #include " objects/worldentities/StaticEntity.h"36 #include "worldentities/StaticEntity.h" 37 37 38 38 namespace orxonox -
code/branches/libraries2/src/modules/pong/PongScore.cc
r5725 r5735 33 33 #include "core/XMLPort.h" 34 34 #include "Pong.h" 35 #include " objects/infos/PlayerInfo.h"35 #include "infos/PlayerInfo.h" 36 36 37 37 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.