diff options
Diffstat (limited to 'src/connection.hh')
| -rw-r--r-- | src/connection.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
