- Timestamp:
- May 9, 2019, 11:39:39 AM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/src/modules/OrxoBlox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc
r12346 r12347 33 33 34 34 #include "OrxoBloxBall.h" 35 #include "OrxoBlox.h" 35 36 #include <bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h> 36 37 … … 43 44 #include "sound/WorldSound.h" 44 45 #include "core/XMLPort.h" 46 45 47 46 48 namespace orxonox -
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.h
r12346 r12347 151 151 WorldSound* defBoundarySound_; 152 152 OrxoBlox* orxoblox_; 153 OrxoBlox* getOrxoBlox(); 153 154 }; 154 155 }
Note: See TracChangeset
for help on using the changeset viewer.