Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 9, 2009, 3:18:11 AM (15 years ago)
Author:
landauf
Message:

Several small adjustments in the weaponsystem (like additional const keyword, includes moved from .h to .cc where possible, …)

Firemode is now an unsigned int instead of an Enum. Instead of "fire" and "altFire" use "fire 0" and "fire 1"

File:
1 edited

Legend:

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

    r2662 r2912  
    3131
    3232#include "OrxonoxPrereqs.h"
    33 
    3433#include "core/BaseObject.h"
    35 
    36 #include "Weapon.h"
    37 
    3834
    3935namespace orxonox
     
    4440            Munition(BaseObject* creator);
    4541            virtual ~Munition();
    46 
    47             virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    4842
    4943            void setMaxBullets(unsigned int amount);
Note: See TracChangeset for help on using the changeset viewer.