Changeset 2918 for code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/FusionMunition.h
- Timestamp:
- Apr 18, 2009, 6:14:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/FusionMunition.h
r2912 r2918 39 39 public: 40 40 FusionMunition(BaseObject* creator); 41 virtual ~FusionMunition(); 42 43 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 44 45 46 private: 47 48 41 virtual ~FusionMunition() {} 49 42 }; 50 43 }
Note: See TracChangeset
for help on using the changeset viewer.