Changeset 5745 in orxonox.OLD for branches/world_entities/src/world_entities/weapons/cannon.cc
- Timestamp:
- Nov 23, 2005, 9:41:24 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/world_entities/weapons/cannon.cc
r5744 r5745 48 48 creates a new weapon 49 49 */ 50 Cannon::Cannon ( WeaponManager* weaponManager)51 : Weapon( weaponManager)50 Cannon::Cannon () 51 : Weapon() 52 52 { 53 53 this->init();
Note: See TracChangeset
for help on using the changeset viewer.