Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2005, 5:18:37 PM (18 years ago)
Author:
bensch
Message:

controll: playable interface work

File:
1 edited

Legend:

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

    r5888 r5895  
    3131    inline WeaponManager* getWeaponManager() const { return this->weaponMan; };
    3232
    33     void subscribeEvents(Player* player);
     33    bool subscribePlayer(Player* player);
     34
    3435    virtual void process(const Event &event) {} //= 0;
    3536    inline const std::list<int>& getEventList() { return this->events; };
     
    3738  protected:
    3839    void registerEvent(int eventType);
     40    void unregisterEvent(int eventType);
    3941
    4042  private:
Note: See TracChangeset for help on using the changeset viewer.