[Orxonox-commit 5945] r10604 - code/branches/weaponFS15/src/modules/weapons/projectiles

landauf at orxonox.net landauf at orxonox.net
Sun Sep 27 22:35:32 CEST 2015


Author: landauf
Date: 2015-09-27 22:35:32 +0200 (Sun, 27 Sep 2015)
New Revision: 10604

Modified:
   code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h
   code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h
Log:
corrected include paths

Modified: code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h
===================================================================
--- code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h	2015-09-27 20:29:59 UTC (rev 10603)
+++ code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h	2015-09-27 20:35:32 UTC (rev 10604)
@@ -19,9 +19,9 @@
 #include "worldentities/MovableEntity.h"
 #include "core/CoreIncludes.h"
 #include "objects/collisionshapes/SphereCollisionShape.h"
-#include "../../../orxonox/worldentities/WorldEntity.h"
+#include "worldentities/WorldEntity.h"
 #include "GravityBombField.h"
-#include "sound\WorldSound.h"
+#include "sound/WorldSound.h"
 
 namespace orxonox
 {

Modified: code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h
===================================================================
--- code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h	2015-09-27 20:29:59 UTC (rev 10603)
+++ code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h	2015-09-27 20:35:32 UTC (rev 10604)
@@ -21,7 +21,7 @@
 #include <time.h>
 #include <math.h>
 #include "graphics/Backlight.h"
-#include "sound\WorldSound.h"
+#include "sound/WorldSound.h"
 
 namespace orxonox {
 




More information about the Orxonox-commit mailing list