- Timestamp:
- Apr 18, 2009, 6:59:02 PM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserMunition.h
r2918 r2920 27 27 */ 28 28 29 #ifndef _Laser GunMunition_H__30 #define _Laser GunMunition_H__29 #ifndef _LaserMunition_H__ 30 #define _LaserMunition_H__ 31 31 32 32 #include "OrxonoxPrereqs.h" … … 35 35 namespace orxonox 36 36 { 37 class _OrxonoxExport Laser GunMunition : public ReplenishingMunition37 class _OrxonoxExport LaserMunition : public ReplenishingMunition 38 38 { 39 39 public: 40 Laser GunMunition(BaseObject* creator);41 virtual ~Laser GunMunition() {}40 LaserMunition(BaseObject* creator); 41 virtual ~LaserMunition() {} 42 42 }; 43 43 } 44 44 45 #endif /* _Laser GunMunition_H__ */45 #endif /* _LaserMunition_H__ */
Note: See TracChangeset
for help on using the changeset viewer.