Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2016, 6:19:07 PM (9 years ago)
Author:
landauf
Message:

cleanup in hover module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/Hover.h

    r11036 r11041  
    3737
    3838#include "HoverPrereqs.h"
    39 #include "HoverOrigin.h"
     39
     40#include <vector>
    4041
    4142#include "gametypes/Gametype.h"
    42 #include "core/EventIncludes.h"
    43 #include "core/command/Executor.h"
    44 #include "core/config/ConfigValueIncludes.h"
    45 
    46 #include "gamestates/GSLevel.h"
    47 #include "chat/ChatManager.h"
    48 #include <vector>
    49 
    50 // ! HACK
    51 #include "infos/PlayerInfo.h"
    52 
    53 #include "core/command/ConsoleCommand.h"
    54 
    55 #include "tools/Timer.h"
    56 
    57 
     43#include "HoverOrigin.h"
    5844
    5945namespace orxonox
     
    6450            Hover(Context* context);
    6551
    66             virtual void start();
    67             virtual void end();
    68 
    6952            virtual void tick(float dt);         
    7053
     
    7255                { this->origin_ = origin; }
    7356
    74             int getFlags();
     57            inline int getFlags() const
     58                { return this->flags_; }
    7559
    7660        private:
Note: See TracChangeset for help on using the changeset viewer.