Changeset 11351 for code/branches
- Timestamp:
- Mar 2, 2017, 4:02:01 PM (8 years ago)
- Location:
- code/branches/HUD_HS16/src/modules/overlays/hud
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16/src/modules/overlays/hud/HUDPickupSystem.cc
r11336 r11351 61 61 } 62 62 } 63 64 void HUDPickupSystem::sizeChanged() 65 { 66 OrxonoxOverlay::sizeChanged(); 67 68 } 69 63 70 64 71 void HUDPickupSystem::updatePickupList(std::vector<Pickupable*> picks, std::map<Pickupable*, uint32_t> indexes_) -
code/branches/HUD_HS16/src/modules/overlays/hud/HUDPickupSystem.h
r11336 r11351 56 56 virtual ~HUDPickupSystem(); 57 57 58 void sizeChanged(); 58 59 void updatePickupList(std::vector<Pickupable*> picks, std::map<Pickupable*, uint32_t> indexes_); 59 60 void createPickupList();
Note: See TracChangeset
for help on using the changeset viewer.