aboutsummaryrefslogtreecommitdiff
path: root/src/connection.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-17 20:10:41 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-17 20:10:41 -0300
commitb912ba995c2175b00393f95388ae2ec1afd0494b (patch)
tree20c9eae485c1a365e83db0bcce45f6c691bd4b54 /src/connection.hh
parent56bdec57609cd00d7827a3008a9c6b06707097ca (diff)
downloadgame-b912ba995c2175b00393f95388ae2ec1afd0494b.tar.gz
game-b912ba995c2175b00393f95388ae2ec1afd0494b.zip
TPlayer constructor and destructor
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 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
// =================