From dff5e62f6ebb1b06c234b9144458788893b6ca86 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 30 May 2025 10:32:29 -0300 Subject: initial work on `crcombat.cc` --- src/crcombat.hh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/crcombat.hh') diff --git a/src/crcombat.hh b/src/crcombat.hh index ce75002..f015252 100644 --- a/src/crcombat.hh +++ b/src/crcombat.hh @@ -13,7 +13,15 @@ struct TCombat{ // REGULAR FUNCTIONS // ========================================================================= TCombat(void); + void GetWeapon(void); + void GetAmmo(void); void CheckCombatValues(void); + int GetDistance(void); // TODO + void Attack(void); + void StopAttack(int Delay); + void DelayAttack(int Milliseconds); + void CloseAttack(TCreature *Target); // TODO + void RangeAttack(TCreature *Target); // TODO // DATA // ========================================================================= -- cgit v1.2.3