Changeset 11277 for code/branches/HUD_HS16/src/modules/pickup
- Timestamp:
- Nov 7, 2016, 5:08:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16/src/modules/pickup/PickupManager.cc
r11253 r11277 51 51 #include "CollectiblePickup.h" 52 52 #include "PickupRepresentation.h" 53 // #include "overlays/hud/HUDPickupSystem.h" 53 54 54 55 namespace orxonox … … 378 379 //This function is called by the command line or by the key binding 379 380 //it uses or unuses the pickup, depending on its current state 380 void PickupManager::useUnusePickup(uint32_t index) //uint32_t index381 void PickupManager::useUnusePickup(uint32_t index) 381 382 { 382 383 orxout() << "Hello there I was here " << index << endl;
Note: See TracChangeset
for help on using the changeset viewer.