Changeset 10604
- Timestamp:
- Sep 27, 2015, 10:35:32 PM (9 years ago)
- Location:
- code/branches/weaponFS15/src/modules/weapons/projectiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h
r10601 r10604 20 20 #include "core/CoreIncludes.h" 21 21 #include "objects/collisionshapes/SphereCollisionShape.h" 22 #include " ../../../orxonox/worldentities/WorldEntity.h"22 #include "worldentities/WorldEntity.h" 23 23 #include "GravityBombField.h" 24 #include "sound \WorldSound.h"24 #include "sound/WorldSound.h" 25 25 26 26 namespace orxonox -
code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h
r10601 r10604 22 22 #include <math.h> 23 23 #include "graphics/Backlight.h" 24 #include "sound \WorldSound.h"24 #include "sound/WorldSound.h" 25 25 26 26 namespace orxonox {
Note: See TracChangeset
for help on using the changeset viewer.