- Timestamp:
- Nov 13, 2017, 4:16:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Waypoints_HS17/src/orxonox/worldentities/Arrow.h
r11539 r11559 33 33 34 34 #include "core/XMLPort.h" 35 #include "controllers/ArrowController.h"35 //#include "controllers/ArrowController.h" 36 36 37 37 #include "ControllableEntity.h" 38 #include "WorldEntity.h" 38 39 39 40 namespace orxonox { … … 132 133 133 134 private: 134 ArrowController *myController_; //!< The controller of the Arrow.135 //ArrowController *myController_; //!< The controller of the Arrow. 135 136 136 137 btVector3 localLinearAcceleration_; //!< The linear acceleration that is used to move the Arrow the next tick.
Note: See TracChangeset
for help on using the changeset viewer.