From 3cc587ab8df80d42d9dab1a73a37701f565a3499 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 15 Jun 2025 17:35:06 -0300 Subject: more work on `operate.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 ec79a6e..44b7360 100644 --- a/src/connection.hh +++ b/src/connection.hh @@ -5,6 +5,7 @@ #include "enums.hh" struct TConnection; +struct TPlayer; struct TKnownCreature { KNOWNCREATURESTATE State; @@ -14,6 +15,7 @@ struct TKnownCreature { }; struct TConnection { + TPlayer *GetPlayer(void); void Logout(int Delay, bool StopFight); bool IsVisible(int x, int y, int z); -- cgit v1.2.3