aboutsummaryrefslogtreecommitdiff
path: root/src/info.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.hh')
-rw-r--r--src/info.hh1
1 files changed, 1 insertions, 0 deletions
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);