Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2006, 5:15:10 PM (17 years ago)
Author:
marcscha
Message:

fixes

File:
1 edited

Legend:

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

    r9971 r9975  
    1010
    1111#include "util/hud.h"
    12 #include "world_entities/space_ships/playership.h"
    1312
    1413/* Forward Declaration */
     
    3231    bool              setPlayable(Playable* controllalble);
    3332    bool              eject();
    34     void              setPlayerShip(PlayerShip playership);
    35     PlayerShip*       getPlayerShip();
    3633    inline Playable*  getPlayable() const  { return this->playable; };
    3734
     
    5047    Playable*         playable;                 //!< The one we controll or NULL if none
    5148    Hud               _hud;                     //!< The HUD to be displayed for this Player.
    52     PlayerShip        playership;
    5349};
    5450
Note: See TracChangeset for help on using the changeset viewer.