diff options
Diffstat (limited to 'src/crcombat.hh')
| -rw-r--r-- | src/crcombat.hh | 8 |
1 files changed, 8 insertions, 0 deletions
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 // ========================================================================= |
