Changeset 2918 for code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.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/LaserGunMunition.h
r2912 r2918 31 31 32 32 #include "OrxonoxPrereqs.h" 33 #include " objects/weaponSystem/Munition.h"33 #include "ReplenishingMunition.h" 34 34 35 35 namespace orxonox 36 36 { 37 class _OrxonoxExport LaserGunMunition : public Munition37 class _OrxonoxExport LaserGunMunition : public ReplenishingMunition 38 38 { 39 39 public: 40 40 LaserGunMunition(BaseObject* creator); 41 virtual ~LaserGunMunition(); 42 43 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 44 45 46 private: 47 48 41 virtual ~LaserGunMunition() {} 49 42 }; 50 43 }
Note: See TracChangeset
for help on using the changeset viewer.