Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2005, 9:47:58 PM (20 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/player.h

    r5839 r5840  
    2626    virtual ~Player();
    2727
    28     void init();
     28    void          init();
     29    void          subscribeEvents();
    2930
    30     virtual void process(const Event &event);
     31    virtual void  process(const Event &event);
     32
     33    void          setControllable(Playable controllalble);
     34    Playable*     getControllable();
    3135
    3236
Note: See TracChangeset for help on using the changeset viewer.