Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

blub

File:
1 edited

Legend:

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

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