aboutsummaryrefslogtreecommitdiff
path: root/src/connection.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-15 17:35:06 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-15 17:35:06 -0300
commit3cc587ab8df80d42d9dab1a73a37701f565a3499 (patch)
treeea10cae94a9ef7a3c9b4080746a9697287e8991b /src/connection.hh
parent33464579f6b8b079597617593d2bb733e982db8f (diff)
downloadgame-3cc587ab8df80d42d9dab1a73a37701f565a3499.tar.gz
game-3cc587ab8df80d42d9dab1a73a37701f565a3499.zip
more work on `operate.cc`
Diffstat (limited to 'src/connection.hh')
-rw-r--r--src/connection.hh2
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);