- Timestamp:
- Dec 4, 2017, 4:23:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ProtectBoss_HS17/src/orxonox/worldentities/pawns/ShootableObstacle.cc
r11604 r11639 25 25 */ 26 26 27 #include "ShootableObstacle.h" 28 #include "core/XMLPort.h" 29 27 30 namespace orxonox 28 31 { … … 32 35 { 33 36 RegisterObject(ShootableObstacle); 37 this->enableCollisionCallback(); 34 38 } 35 39
Note: See TracChangeset
for help on using the changeset viewer.