diff options
Diffstat (limited to 'source/Inventory.h')
-rw-r--r-- | source/Inventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Inventory.h b/source/Inventory.h index 1dd22deec..bc6cb27f3 100644 --- a/source/Inventory.h +++ b/source/Inventory.h @@ -31,6 +31,7 @@ public: int GetSlotCountForType( int a_Type ); bool AddItem( cItem & a_Item ); //tolua_export + bool AddItemAnyAmount( cItem & a_Item ); //tolua_export bool RemoveItem( cItem & a_Item ); //tolua_export void SaveToJson(Json::Value & a_Value); |