Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6443 in orxonox.OLD for trunk/src/world_entities/playable.h


Ignore:
Timestamp:
Jan 8, 2006, 5:44:04 PM (20 years ago)
Author:
bensch
Message:

huge pipeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.h

    r6442 r6443  
    2929    virtual void leave()=0;
    3030
    31     virtual void addWeapon(Weapon* weapon )  {}//= 0;
    32     virtual void removeWeapon(Weapon* weapon) {}//= 0;
     31    void addWeapon(Weapon* weapon, int configID = -1, int slotID = -1);
     32    void removeWeapon(Weapon* weapon);
     33
    3334    inline WeaponManager* getWeaponManager() const { return this->weaponMan; };
    3435
Note: See TracChangeset for help on using the changeset viewer.