From 699341773dda3ae14a5025b9285bdd05c99bc234 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 10 Jun 2025 03:32:22 -0300 Subject: most `info.cc` functions --- src/magic.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/magic.hh') diff --git a/src/magic.hh b/src/magic.hh index 8946153..adc648f 100644 --- a/src/magic.hh +++ b/src/magic.hh @@ -197,5 +197,7 @@ int CheckForSpell(uint32 CreatureID, const char *Text); void UseMagicItem(uint32 CreatureID, Object Obj, Object Dest); void DrinkPotion(uint32 CreatureID, Object Obj); +void InitMagic(void); +void ExitMagic(void); #endif //TIBIA_MAGIC_HH_ -- cgit v1.2.3