Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5888 in orxonox.OLD


Ignore:
Timestamp:
Dec 3, 2005, 3:37:09 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

    r5886 r5888  
    3333    void subscribeEvents(Player* player);
    3434    virtual void process(const Event &event) {} //= 0;
    35     virtual void setKeySet() {};
    3635    inline const std::list<int>& getEventList() { return this->events; };
    3736
     
    4544
    4645    Player*               currentPlayer;
    47     //todo: add a event to id mapping list
     46
    4847};
    4948
Note: See TracChangeset for help on using the changeset viewer.