Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2018, 2:01:20 AM (6 years ago)
Author:
landauf
Message:

[HUD_HS16] removed a lot of unused stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/overlays/hud/HUDPickupItem.h

    r11353 r11702  
    55#include "overlays/OverlaysPrereqs.h"
    66
    7 #include <map>
    8 #include <vector>
    9 #include <string>
    10 
    11 #include <OgreOverlayManager.h>
    12 #include <OgrePanelOverlayElement.h>
    13 
     7#include "util/OgreForwardRefs.h"
    148#include "overlays/OrxonoxOverlay.h"
    15 #include "tools/interfaces/Tickable.h"
    16 #include "worldentities/pawns/Pawn.h"
    17 #include "overlays/OverlayGroup.h"
    18 #include "pickup/Pickup.h"
    199
    2010namespace orxonox
    2111{
    22     class _OverlaysExport HUDPickupItem : public OrxonoxOverlay, public Tickable
     12    class _OverlaysExport HUDPickupItem : public OrxonoxOverlay
    2313    {
    2414    public:
    2515        HUDPickupItem(Context* context);
    26         Ogre::PanelOverlayElement* overlayElement_;
    2716        virtual ~HUDPickupItem();
    2817       
    2918        void initializeMaterial(const std::string& s, float x, float y); 
    30         void hideMe(Pickupable* p, bool repaint);
     19        void hideMe();
    3120
    32     private:       
    33         WeakPtr<Pawn> owner_;
    34         WeakPtr<Pickup> pickup_;
    35 
     21    private:
     22        Ogre::PanelOverlayElement* overlayElement_;
    3623    };
    3724}
Note: See TracChangeset for help on using the changeset viewer.