Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2018, 11:45:27 AM (6 years ago)
Author:
linggj
Message:

some changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/WorldMap_HS18/src/orxonox/controllers/StoryModeController.h

    r12106 r12110  
    3636#include "worldentities/ControllableEntity.h"
    3737#include "worldentities/pawns/SpaceShip.h"
     38#include "SMCoord.h"
    3839
    3940namespace orxonox
    4041{
    41     class _OrxonoxExport StoryModeController : public ControllableEntity
     42    class _OrxonoxExport StoryModeController : public SpaceShip
    4243    {
    4344        public:
     
    5455            virtual void fired(unsigned int firemode) override;
    5556            virtual void boost(bool bBoost) override;
    56             virtual void setPosition(int index);
     57            virtual void setLocation(int index);
    5758            bool moveRight_ ;
    5859            bool moveLeft_ ;
     60            SMCoord* selectedPos_;
    5961        private:
    6062            virtual void updatePosition();                       
     
    6365            bool moveBackward_;                     
    6466            bool boostPressed_;
     67            virtual void chooseGame();
    6568
    6669    };
Note: See TracChangeset for help on using the changeset viewer.