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.cc

    r9971 r9975  
    2323
    2424#include "debug.h"
    25 
    26 #include "world_entities/space_ships/playership.h"
    2725
    2826ObjectListDefinition(Player);
     
    130128}
    131129
    132 PlayerShip* Player::getPlayerShip()
    133 {
    134   return this->playership;
    135 }
    136130
    137 void Player::setPlayerShip(PlayerShip* playership)
    138 {
    139   this->playership = playership;
    140 }
    141 
    142 
Note: See TracChangeset for help on using the changeset viewer.