- Timestamp:
- Apr 16, 2015, 4:43:55 PM (10 years ago)
- Location:
- code/branches/weaponFS15/src/modules/weapons/weaponmodes
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponFS15/src/modules/weapons/weaponmodes/CMakeLists.txt
r7163 r10369 7 7 RocketFire.cc 8 8 SimpleRocketFire.cc 9 GravityBombFire.cc 9 10 ) -
code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.h
r10326 r10369 58 58 private: 59 59 float speed_; //!< The initial speed of the bomb when it is launched. 60 float slowDownRate_; 60 61 }; 61 62 }
Note: See TracChangeset
for help on using the changeset viewer.