Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2018, 9:12:53 AM (5 years ago)
Author:
linggj
Message:

it works but needs some beuty to be added

File:
1 edited

Legend:

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

    r12110 r12131  
    3131
    3232#include "OrxonoxPrereqs.h"
    33 
     33#include "core/EventIncludes.h"
     34#include "core/command/Executor.h"
     35#include "core/config/ConfigValueIncludes.h"
     36#include "core/XMLPort.h"
    3437#include <vector>
    3538#include "tools/interfaces/Tickable.h"
     
    3740#include "worldentities/pawns/SpaceShip.h"
    3841#include "SMCoord.h"
     42
     43//#include <gtest/gtest.h>
     44#include "core/class/Identifier.h"
     45#include "core/class/IdentifierManager.h"
     46#include "core/command/ConsoleCommandIncludes.h"
     47#include "core/command/CommandExecutor.h"
     48#include "core/object/Destroyable.h"
     49#include "core/module/ModuleInstance.h"
    3950
    4051namespace orxonox
     
    5566            virtual void fired(unsigned int firemode) override;
    5667            virtual void boost(bool bBoost) override;
     68            //virtual void switchCamera() override;
     69
    5770            virtual void setLocation(int index);
    5871            bool moveRight_ ;
     
    6275            virtual void updatePosition();                       
    6376            float time_;
     77            int dtime_;
    6478            bool moveForward_;
    6579            bool moveBackward_;                     
Note: See TracChangeset for help on using the changeset viewer.