From 3cc587ab8df80d42d9dab1a73a37701f565a3499 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 15 Jun 2025 17:35:06 -0300 Subject: more work on `operate.cc` --- src/info.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/info.hh') diff --git a/src/info.hh b/src/info.hh index 863c500..8972276 100644 --- a/src/info.hh +++ b/src/info.hh @@ -52,6 +52,7 @@ bool ThrowPossible(int OrigX, int OrigY, int OrigZ, int DestX, int DestY, int DestZ, int Power); void GetCreatureLight(uint32 CreatureID, int *Brightness, int *Color); int GetInventoryWeight(uint32 CreatureID); +bool CheckRight(uint32 CharacterID, RIGHT Right); bool CheckBanishmentRight(uint32 CharacterID, int Reason, int Action); const char *GetBanishmentReason(int Reason); void InitInfo(void); -- cgit v1.2.3