aboutsummaryrefslogtreecommitdiff
path: root/src/connection.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-18 18:57:37 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-18 18:57:37 -0300
commite5b8aadd493b8b5df4ed661f2491de33d634b001 (patch)
tree694e90810ca82d621573f8d26f64481f7001d183 /src/connection.hh
parentb912ba995c2175b00393f95388ae2ec1afd0494b (diff)
downloadgame-e5b8aadd493b8b5df4ed661f2491de33d634b001.tar.gz
game-e5b8aadd493b8b5df4ed661f2491de33d634b001.zip
finish `crplayer.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 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
// =================