From e5b8aadd493b8b5df4ed661f2491de33d634b001 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Wed, 18 Jun 2025 18:57:37 -0300 Subject: finish `crplayer.cc` --- src/connection.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/connection.hh') diff --git a/src/connection.hh b/src/connection.hh index 4a5e544..5e2b1ba 100644 --- a/src/connection.hh +++ b/src/connection.hh @@ -20,6 +20,8 @@ struct TConnection { bool IsVisible(int x, int y, int z); void EnterGame(void); const char *GetIPAddress(void); + void Die(void); + KNOWNCREATURESTATE KnownCreature(uint32 CreatureID, bool UpdateFollows); // DATA // ================= -- cgit v1.2.3