- Timestamp:
- May 29, 2008, 10:53:51 AM (16 years ago)
- Location:
- code/branches/network
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/hud/RadarObject.cc
r1456 r1480 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 30 #include "RadarObject.h" 31 29 32 #include <OgreOverlayManager.h> 30 33 #include <OgreStringConverter.h> 31 #include "OrxonoxStableHeaders.h"32 34 #include "GraphicsEngine.h" 33 #include "RadarObject.h"34 35 35 36 namespace orxonox -
code/branches/network/src/orxonox/objects/CameraHandler.cc
r1293 r1480 26 26 * 27 27 */ 28 #include "OrxonoxStableHeaders.h" 29 #include "CameraHandler.h" 30 28 31 #include <OgreSceneManager.h> 29 32 #include <OgreRenderWindow.h> 30 33 31 #include "OrxonoxStableHeaders.h"32 34 #include "core/ObjectList.h" 33 #include "CameraHandler.h"34 35 #include "Camera.h" 35 36 #include "GraphicsEngine.h" -
code/branches/network/src/orxonox/objects/Projectile.cc
r1454 r1480 27 27 */ 28 28 29 #include <OgreBillboard.h>30 31 29 #include "OrxonoxStableHeaders.h" 32 30 #include "Projectile.h" 31 32 #include <OgreBillboard.h> 33 33 34 34 #include "core/CoreIncludes.h" -
code/branches/network/src/orxonox/objects/RotatingProjectile.cc
r1479 r1480 27 27 28 28 #include "OrxonoxStableHeaders.h" 29 #include "RotatingProjectile.h" 29 30 30 31 #include "core/CoreIncludes.h" 31 32 #include "core/ConfigValueIncludes.h" 32 33 #include <OgreBillboard.h> 33 #include "RotatingProjectile.h"34 34 35 35 namespace orxonox -
code/branches/network/src/orxonox/objects/SpaceShipAI.cc
r1479 r1480 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 30 #include "SpaceShipAI.h" 31 29 32 #include <OgreMath.h> 30 31 #include "SpaceShipAI.h"32 33 #include "Projectile.h" 33 34 #include "core/CoreIncludes.h" -
code/branches/network/visual_studio/vc8/orxonox.vcproj
r1414 r1480 240 240 </File> 241 241 <File 242 RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc" 243 > 244 </File> 245 <File 242 246 RelativePath="..\..\src\orxonox\objects\Skybox.cc" 243 247 > … … 245 249 <File 246 250 RelativePath="..\..\src\orxonox\objects\SpaceShip.cc" 251 > 252 </File> 253 <File 254 RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc" 247 255 > 248 256 </File> … … 518 526 </File> 519 527 <File 528 RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h" 529 > 530 </File> 531 <File 520 532 RelativePath="..\..\src\orxonox\objects\Skybox.h" 521 533 > … … 523 535 <File 524 536 RelativePath="..\..\src\orxonox\objects\SpaceShip.h" 537 > 538 </File> 539 <File 540 RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h" 525 541 > 526 542 </File>
Note: See TracChangeset
for help on using the changeset viewer.