Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2016, 4:20:50 PM (7 years ago)
Author:
patricwi
Message:

finished version of HUD and PickupSystem. crash bug remaining

File:
1 edited

Legend:

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

    r11314 r11336  
    172172            void updateGUI(void); //!< Updates the PickupInventory GUI.
    173173            uint32_t getPickupIndex(void); //!< Get a new index for a Pickupable.
    174 
    175             void addKeyBindingForNewPickup(Pickupable* pickup, uint32_t index);
    176             void removeKeyBindingForOldPickup(Pickupable* pickup, uint32_t index);
    177174           
    178175    }; // tolua_export
Note: See TracChangeset for help on using the changeset viewer.