Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6986 in orxonox.OLD for trunk/src/world_entities/player.h


Ignore:
Timestamp:
Feb 2, 2006, 5:58:33 PM (19 years ago)
Author:
bensch
Message:

trunk: brainfuck: interface to Playable much bea now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.h

    r6985 r6986  
    2929
    3030    bool              setPlayable(Playable* controllalble);
    31     inline Playable*  getPlayable() { return this->playable; };
    32     bool              disconnectPlayable();
     31    inline Playable*  getPlayable() const  { return this->playable; };
     32    bool              eject();
    3333
    3434    void              weaponConfigChanged();
Note: See TracChangeset for help on using the changeset viewer.