Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 17, 2016, 8:35:19 PM (8 years ago)
Author:
patricwi
Message:

KeyBindings-logic added, eventhough still all leading to ESC

File:
1 edited

Legend:

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

    r11071 r11241  
    167167            uint32_t getPickupIndex(void); //!< Get a new index for a Pickupable.
    168168
     169            void addKeyBindingForNewPickup(Pickupable* pickup, uint32_t index);
     170            void removeKeyBindingForOldPickup(Pickupable* pickup, uint32_t index);
     171           
    169172    }; // tolua_export
    170173
Note: See TracChangeset for help on using the changeset viewer.