Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2009, 6:59:02 PM (16 years ago)
Author:
landauf
Message:

renamed LaserGunMunition as LaserMunition

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserMunition.h

    r2918 r2920  
    2727 */
    2828
    29 #ifndef _LaserGunMunition_H__
    30 #define _LaserGunMunition_H__
     29#ifndef _LaserMunition_H__
     30#define _LaserMunition_H__
    3131
    3232#include "OrxonoxPrereqs.h"
     
    3535namespace orxonox
    3636{
    37     class _OrxonoxExport LaserGunMunition : public ReplenishingMunition
     37    class _OrxonoxExport LaserMunition : public ReplenishingMunition
    3838    {
    3939        public:
    40             LaserGunMunition(BaseObject* creator);
    41             virtual ~LaserGunMunition() {}
     40            LaserMunition(BaseObject* creator);
     41            virtual ~LaserMunition() {}
    4242    };
    4343}
    4444
    45 #endif /* _LaserGunMunition_H__ */
     45#endif /* _LaserMunition_H__ */
Note: See TracChangeset for help on using the changeset viewer.