Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2006, 4:29:22 PM (19 years ago)
Author:
muellmic
Message:

blub

File:
1 edited

Legend:

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

    r9869 r9971  
    1010
    1111#include "util/hud.h"
     12#include "world_entities/space_ships/playership.h"
    1213
    1314/* Forward Declaration */
     
    3132    bool              setPlayable(Playable* controllalble);
    3233    bool              eject();
     34    void              setPlayerShip(PlayerShip playership);
     35    PlayerShip*       getPlayerShip();
    3336    inline Playable*  getPlayable() const  { return this->playable; };
    3437
     
    4649  private:
    4750    Playable*         playable;                 //!< The one we controll or NULL if none
    48     Hud               _hud;                      //!< The HUD to be displayed for this Player.
     51    Hud               _hud;                     //!< The HUD to be displayed for this Player.
     52    PlayerShip        playership;
    4953};
    5054
Note: See TracChangeset for help on using the changeset viewer.