Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2005, 7:23:37 PM (19 years ago)
Author:
snellen
Message:

disconnectControllable() in player.cc implemented

File:
1 edited

Legend:

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

    r5899 r5901  
    2626
    2727    bool              setControllable(Playable* controllalble);
    28     void              disconnectControllable();
    2928    inline Playable*  getControllable() { return this->controllable; };
     29
     30    bool              disconnectControllable();
    3031
    3132    // eventListener extension.
Note: See TracChangeset for help on using the changeset viewer.