Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2008, 2:17:18 PM (15 years ago)
Author:
polakma
Message:

pojectile compiles.

File:
1 edited

Legend:

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

    r2232 r2272  
    5151
    5252            virtual void fire();
     53            void attachNeededMunition(std::string munitionType);
     54            virtual void setParentWeaponSystem();
     55            Munition * getAttachedMunition();
     56
     57            //reloading
    5358            void bulletTimer();
    5459            void magazineTimer();
    5560            void bulletReloaded();
    5661            void magazineReloaded();
    57             void attachNeededMunition(std::string munitionType);
    58 
    59             //get and set functions
    60             virtual void setParentWeaponSystem();
    61             Munition * getAttachedMunition();
    6262            void setBulletLoadingTime(float loadingTime);
    6363            float getBulletLoadingTime();
Note: See TracChangeset for help on using the changeset viewer.