diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 18:19:12 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 18:19:12 -0300 |
| commit | 7dff6dfd600e346c7bbd9fbcf6064caae156c984 (patch) | |
| tree | d1ecb8ef48950b510b265573b8a77eb38f45e543 /src/connections.hh | |
| parent | 083047d123ba753b86c24c87ee702f84e1edfb52 (diff) | |
| download | game-7dff6dfd600e346c7bbd9fbcf6064caae156c984.tar.gz game-7dff6dfd600e346c7bbd9fbcf6064caae156c984.zip | |
finish `communication.cc`
Diffstat (limited to 'src/connections.hh')
| -rw-r--r-- | src/connections.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connections.hh b/src/connections.hh index 021943b..79462c5 100644 --- a/src/connections.hh +++ b/src/connections.hh @@ -27,6 +27,10 @@ struct TConnection { void EmergencyPing(void); void Login(void); const char *GetName(void); + void Connect(int Socket); + void Close(bool Delay); + void Free(void); + pid_t GetPID(void); // TODO(fusion): Maybe rename this later? bool Live(void) const { |
