Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5864 in orxonox.OLD


Ignore:
Timestamp:
Dec 1, 2005, 9:26:59 PM (18 years ago)
Author:
snellen
Message:

player.cc and player.h updated ( in ../src/world_entities)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/playable.h

    r5855 r5864  
    1616//! Basic controllable WorldEntity
    1717/**
    18  *  this is the debug player - actualy we would have to make a new
    19      class derivated from Player for each player. for now, we just use
    20      the player.cc for debug also
     18 *
    2119 */
    2220class Playable : public WorldEntity
     
    3533    virtual void process(const Event &event) = 0;
    3634    virtual void setKeySet();
    37     virtual void getKeySet();
    3835    inline const std::list<Event*>& getEventList() { return this->events; };
    3936    WeaponManager* getWeaponManager();
     
    4340    WeaponManager*        weaponMan;          //!< the weapon manager: managing a list of weapon to wepaon-slot mapping
    4441    std::list<Event*>     events;
     42    //todo: add a event to id mapping list
    4543
    4644
Note: See TracChangeset for help on using the changeset viewer.