diff options
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r-- | src/playerinfo.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h index 7eac4ef98..6a1a25f81 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -235,6 +235,8 @@ namespace PlayerInfo void deinit(); + void loadData(); + bool isTalking(); void gameDestroyed(); @@ -252,6 +254,12 @@ namespace PlayerInfo void setEquipmentBackend(Equipment::Backend *const backend); + void protectItem(const int id); + + void unprotectItem(const int id); + + bool isItemProtected(const int id); + } // namespace PlayerInfo #endif // PLAYERINFO_H |