diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-15 17:35:06 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-15 17:35:06 -0300 |
| commit | 3cc587ab8df80d42d9dab1a73a37701f565a3499 (patch) | |
| tree | ea10cae94a9ef7a3c9b4080746a9697287e8991b /src/info.hh | |
| parent | 33464579f6b8b079597617593d2bb733e982db8f (diff) | |
| download | game-3cc587ab8df80d42d9dab1a73a37701f565a3499.tar.gz game-3cc587ab8df80d42d9dab1a73a37701f565a3499.zip | |
more work on `operate.cc`
Diffstat (limited to 'src/info.hh')
| -rw-r--r-- | src/info.hh | 1 |
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); |
