Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 12:50:18 PM (15 years ago)
Author:
polakma
Message:

made some changes (still doesn't compile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.h

    r2145 r2186  
    4343    {
    4444        enum Enum
    45         { LaserGunMunition };
     45        { laserGunMunition };
    4646    }
    4747
     
    6868            //void setActiveWeaponSet(unsigned int n);
    6969            WeaponSet * getWeaponSetPointer(unsigned int n);
     70            Munition * getAttachedMunitionPointer();
    7071
    7172            inline void setParentSpaceShip(SpaceShip *parentSpaceShip)
     
    8081            WeaponSet *activeWeaponSet_;
    8182            SpaceShip *parentSpaceShip_;
     83            Munition * attachedMunition_;
    8284    };
    8385}
Note: See TracChangeset for help on using the changeset viewer.