Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 8, 2006, 5:19:39 PM (18 years ago)
Author:
bensch
Message:

Gui Shows weapons (simple)

File:
1 edited

Legend:

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

    r6436 r6442  
    1010#include "event.h"
    1111#include <list>
     12
    1213
    1314class Weapon;
     
    5152
    5253  private:
    53     void init();
    54 
    55   private:
    5654    WeaponManager*        weaponMan;          //!< the weapon manager: managing a list of weapon to wepaon-slot mapping
    5755    std::list<int>        events;             //!< A list of Events, that are captured for this playable
Note: See TracChangeset for help on using the changeset viewer.