Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2005, 5:51:59 PM (19 years ago)
Author:
snellen
Message:

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

File:
1 edited

Legend:

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

    r5847 r5853  
    99#include "world_entity.h"
    1010#include "event.h"
     11#include <list.h>
    1112
    1213class Weapon;
     
    3334
    3435    virtual void process(const Event &event) = 0;
    35 
     36    virtual void setKeySet();
     37    virtual void getKeySet();
    3638    WeaponManager* getWeaponManager();
    3739
     
    3941
    4042    WeaponManager*        weaponMan;          //!< the weapon manager: managing a list of weapon to wepaon-slot mapping
     43    std::list<Event*>      events;
     44
    4145
    4246};
Note: See TracChangeset for help on using the changeset viewer.