diff options
Diffstat (limited to 'src/magic.hh')
| -rw-r--r-- | src/magic.hh | 2 |
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_ |
