Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2016, 4:18:45 PM (7 years ago)
Author:
patricwi
Message:

linker error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/HUD_HS16/src/modules/pickup/PickupManager.h

    r11253 r11305  
    4545#include "util/Singleton.h"
    4646#include "interfaces/PickupListener.h"
     47#include "overlays/hud/HUDPickupSystem.h"
    4748
    4849namespace orxonox // tolua_export
     
    148149            static void dropPickupNetworked(uint32_t pickup); //!< Helper method to drop the input pickup on the server.
    149150            static void usePickupNetworked(uint32_t pickup, bool use); //!< Helper method to use (or unuse) the input Pickupable on the server.
     151            void setPickupSystem(HUDPickupSystem* system);
    150152
    151153        private:
     154            HUDPickupSystem* pickupSystem;
    152155            static PickupManager* singletonPtr_s;
    153156            static const std::string guiName_s; //!< The name of the PickupInventory
Note: See TracChangeset for help on using the changeset viewer.