From b912ba995c2175b00393f95388ae2ec1afd0494b Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 17 Jun 2025 20:10:41 -0300 Subject: TPlayer constructor and destructor --- 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 44b7360..4a5e544 100644 --- a/src/connection.hh +++ b/src/connection.hh @@ -18,6 +18,8 @@ struct TConnection { TPlayer *GetPlayer(void); void Logout(int Delay, bool StopFight); bool IsVisible(int x, int y, int z); + void EnterGame(void); + const char *GetIPAddress(void); // DATA // ================= -- cgit v1.2.3