diff options
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r-- | src/playerinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h index 6a1a25f81..1c6cbc353 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -176,6 +176,8 @@ namespace PlayerInfo */ Inventory *getInventory() A_WARN_UNUSED; + Inventory *getStorageInventory() A_WARN_UNUSED; + /** * Clears the player's inventory and equipment. */ |