aboutsummaryrefslogtreecommitdiff
path: root/src/creature.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-30 10:32:29 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-30 10:32:29 -0300
commitdff5e62f6ebb1b06c234b9144458788893b6ca86 (patch)
tree828c51278c906ad9e71dac3b54b7246a0c04706d /src/creature.hh
parentf6c8c67094de3fe19f1e7871a7e78a91fb9bf3dd (diff)
downloadgame-dff5e62f6ebb1b06c234b9144458788893b6ca86.tar.gz
game-dff5e62f6ebb1b06c234b9144458788893b6ca86.zip
initial work on `crcombat.cc`
Diffstat (limited to 'src/creature.hh')
-rw-r--r--src/creature.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creature.hh b/src/creature.hh
index bafc55e..69f0ef2 100644
--- a/src/creature.hh
+++ b/src/creature.hh
@@ -75,6 +75,7 @@ struct TCreature: TSkillBase {
// =========================================================================
TCreature(void);
int Damage(TCreature *Attacker, int Damage, int DamageType);
+ void BlockLogout(int Delay, bool BlockProtectionZone);
// VIRTUAL FUNCTIONS
// =========================================================================