aboutsummaryrefslogtreecommitdiff
path: root/src/magic.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-10 03:32:22 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-10 03:32:22 -0300
commit699341773dda3ae14a5025b9285bdd05c99bc234 (patch)
treea166fcb1fef64f31520a6a26d94a6c83799efce3 /src/magic.hh
parentcd8f3f412c2a5f49ee25aab83079a655b88d6def (diff)
downloadgame-699341773dda3ae14a5025b9285bdd05c99bc234.tar.gz
game-699341773dda3ae14a5025b9285bdd05c99bc234.zip
most `info.cc` functions
Diffstat (limited to 'src/magic.hh')
-rw-r--r--src/magic.hh2
1 files changed, 2 insertions, 0 deletions
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_