diff options
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index c49326bb4..807d9d03d 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -148,6 +148,10 @@ namespace PlayerInfo Inventory *getStorageInventory() A_WARN_UNUSED; +#ifdef EATHENA_SUPPORT + Inventory *getCartInventory() A_WARN_UNUSED; +#endif + /** * Clears the player's inventory and equipment. */ |