Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2016, 7:21:35 PM (7 years ago)
Author:
patricwi
Message:

linker problem solved, visuals work as long as only 1 item is picked up.

File:
1 edited

Legend:

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

    r11305 r11314  
    4242
    4343#include "PickupRepresentation.h"
    44 
     44#include "interfaces/Pickupable.h"
    4545#include "util/Singleton.h"
    4646#include "interfaces/PickupListener.h"
     
    153153        private:
    154154            HUDPickupSystem* pickupSystem;
     155            std::vector<Pickupable*> picks;
     156
    155157            static PickupManager* singletonPtr_s;
    156158            static const std::string guiName_s; //!< The name of the PickupInventory
Note: See TracChangeset for help on using the changeset viewer.