- Timestamp:
- Jan 4, 2016, 6:19:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15/src/modules/hover/Hover.h
r11036 r11041 37 37 38 38 #include "HoverPrereqs.h" 39 #include "HoverOrigin.h" 39 40 #include <vector> 40 41 41 42 #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" 58 44 59 45 namespace orxonox … … 64 50 Hover(Context* context); 65 51 66 virtual void start();67 virtual void end();68 69 52 virtual void tick(float dt); 70 53 … … 72 55 { this->origin_ = origin; } 73 56 74 int getFlags(); 57 inline int getFlags() const 58 { return this->flags_; } 75 59 76 60 private:
Note: See TracChangeset
for help on using the changeset viewer.