diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-01 01:54:49 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-01 01:56:31 -0300 |
| commit | 9b49eec185d94d91ae958aca7b0dfcb4b211cff9 (patch) | |
| tree | f1387897442364dbab16a4368eb745a86e047787 /src/stubs.hh | |
| parent | da5672b1e903cce47b9d76b2ffd19b0c42bd80f3 (diff) | |
| download | game-9b49eec185d94d91ae958aca7b0dfcb4b211cff9.tar.gz game-9b49eec185d94d91ae958aca7b0dfcb4b211cff9.zip | |
magic init functions
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
