Changeset 11025 for code/branches/presentationHS15/src/modules/objects
- Timestamp:
- Jan 3, 2016, 2:39:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15/src/modules/objects/Turret.h
r10622 r11025 103 103 104 104 inline void setRotationThrust(float rotationthrust) 105 105 { this->rotationThrust_ = rotationthrust; } 106 106 107 107 inline float getRotationThrust() 108 108 { return this->rotationThrust_; } 109 109 110 110 protected:
Note: See TracChangeset
for help on using the changeset viewer.