- Timestamp:
- Nov 21, 2018, 11:45:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/WorldMap_HS18/src/orxonox/controllers/StoryModeController.h
r12106 r12110 36 36 #include "worldentities/ControllableEntity.h" 37 37 #include "worldentities/pawns/SpaceShip.h" 38 #include "SMCoord.h" 38 39 39 40 namespace orxonox 40 41 { 41 class _OrxonoxExport StoryModeController : public ControllableEntity42 class _OrxonoxExport StoryModeController : public SpaceShip 42 43 { 43 44 public: … … 54 55 virtual void fired(unsigned int firemode) override; 55 56 virtual void boost(bool bBoost) override; 56 virtual void set Position(int index);57 virtual void setLocation(int index); 57 58 bool moveRight_ ; 58 59 bool moveLeft_ ; 60 SMCoord* selectedPos_; 59 61 private: 60 62 virtual void updatePosition(); … … 63 65 bool moveBackward_; 64 66 bool boostPressed_; 67 virtual void chooseGame(); 65 68 66 69 };
Note: See TracChangeset
for help on using the changeset viewer.