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/FlagHUD.h

    r11029 r11041  
    3333#define _FlagHUD_H__
    3434
    35 #include "overlays/OverlaysPrereqs.h"
     35#include "HoverPrereqs.h"
    3636
    37 #include "util/Math.h"
    3837#include "util/OgreForwardRefs.h"
    39 #include "core/BaseObject.h"
    4038#include "overlays/OrxonoxOverlay.h"
    41 #include "Hover.h"
     39#include "tools/interfaces/Tickable.h"
    4240
    4341namespace orxonox
     
    5250        virtual void changedOwner();
    5351
    54         virtual void setFlagCount(int flagCount);
    55 
     52        void setFlagCount(int flagCount);
    5653
    5754    private:
    58         Hover* hoverGame;
     55        Hover* hoverGame_;
    5956        Ogre::PanelOverlayElement* panel_;
    6057        int flagCount_;
Note: See TracChangeset for help on using the changeset viewer.