Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2008, 3:05:17 AM (16 years ago)
Author:
landauf
Message:

added spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h

    r2019 r2024  
    3535#include "core/Template.h"
    3636#include "PositionableEntity.h"
    37 #include "ControllableEntity.h"
     37#include "objects/worldentities/pawns/Pawn.h"
    3838
    3939namespace orxonox
     
    5757                { return this->template_; }
    5858
    59             ControllableEntity* spawn();
     59            Pawn* spawn();
    6060            void spawn(ControllableEntity* entity);
    6161
     
    6969                { return this->templatename_; }
    7070
    71             SubclassIdentifier<ControllableEntity> spawnclass_;
     71            SubclassIdentifier<Pawn> spawnclass_;
    7272            std::string spawnclassname_;
    7373            Template* template_;
Note: See TracChangeset for help on using the changeset viewer.