- Timestamp:
- Oct 2, 2015, 10:46:40 PM (10 years ago)
- Location:
- code/branches/towerdefenseFabien/src/modules/weapons/weaponmodes
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/towerdefenseFabien/src/modules/weapons/weaponmodes/CMakeLists.txt
r10592 r10606 6 6 LightningGun.cc 7 7 SplitGun.cc 8 IceGun.cc 8 9 RocketFire.cc 9 10 SimpleRocketFire.cc -
code/branches/towerdefenseFabien/src/modules/weapons/weaponmodes/SplitGun.cc
r10594 r10606 28 28 29 29 /** 30 @file SplitGun. h30 @file SplitGun.cc 31 31 @brief Implementation of the SplitGun class. 32 32 */ -
code/branches/towerdefenseFabien/src/modules/weapons/weaponmodes/SplitGun.h
r10594 r10606 43 43 /** 44 44 @brief 45 A slow ball of lightning.45 A WeaponMode that fires projectiles that may split up into many other projectiles, that may again split up ... 46 46 @author 47 47 Fabien Vultier
Note: See TracChangeset
for help on using the changeset viewer.