From 9b49eec185d94d91ae958aca7b0dfcb4b211cff9 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 1 Jun 2025 01:54:49 -0300 Subject: magic init functions --- src/stubs.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index 8553177..4bb8ad2 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -37,6 +37,7 @@ extern TPlayer *GetPlayer(uint32 CreatureID); extern int GetRacePoison(int Race); extern void GraphicalEffect(int x, int y, int z, int Type); extern void GraphicalEffect(Object Obj, int Type); +extern void InitLog(const char *ProtocolName); extern void Log(const char *ProtocolName, const char *Text, ...) ATTR_PRINTF(2, 3); extern void LogoutAllPlayers(void); extern void Missile(Object Start, Object Dest, int Type); -- cgit v1.2.3