- Timestamp:
- Jan 4, 2016, 6:19:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15/src/modules/hover/FlagHUD.h
r11029 r11041 33 33 #define _FlagHUD_H__ 34 34 35 #include " overlays/OverlaysPrereqs.h"35 #include "HoverPrereqs.h" 36 36 37 #include "util/Math.h"38 37 #include "util/OgreForwardRefs.h" 39 #include "core/BaseObject.h"40 38 #include "overlays/OrxonoxOverlay.h" 41 #include " Hover.h"39 #include "tools/interfaces/Tickable.h" 42 40 43 41 namespace orxonox … … 52 50 virtual void changedOwner(); 53 51 54 virtual void setFlagCount(int flagCount); 55 52 void setFlagCount(int flagCount); 56 53 57 54 private: 58 Hover* hoverGame ;55 Hover* hoverGame_; 59 56 Ogre::PanelOverlayElement* panel_; 60 57 int flagCount_;
Note: See TracChangeset
for help on using the changeset viewer.