Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 8, 2006, 10:45:03 PM (18 years ago)
Author:
bensch
Message:

trunk: sliders get updated, as they should be

File:
1 edited

Legend:

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

    r6443 r6444  
    1111#include <list>
    1212
     13#include "world_entities/weapons/weapon_manager.h"
    1314
    1415class Weapon;
    15 class WeaponManager;
     16
    1617class Player;
    1718
     
    3132    void addWeapon(Weapon* weapon, int configID = -1, int slotID = -1);
    3233    void removeWeapon(Weapon* weapon);
     34    void nextWeaponConfig();
     35    void previousWeaponConfig();
    3336
    3437    inline WeaponManager* getWeaponManager() const { return this->weaponMan; };
Note: See TracChangeset for help on using the changeset viewer.