diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 06:00:16 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 06:00:16 -0300 |
| commit | d3b92e110a06c6bb2bc0214319b390059bdf7c4a (patch) | |
| tree | 51293060ad930091625645cc62a1df26eb90fa59 /src/connections.hh | |
| parent | bd3a6a04601749cbde007eaabf803fb602ee2783 (diff) | |
| download | game-d3b92e110a06c6bb2bc0214319b390059bdf7c4a.tar.gz game-d3b92e110a06c6bb2bc0214319b390059bdf7c4a.zip | |
more work on `communication.cc`
Diffstat (limited to 'src/connections.hh')
| -rw-r--r-- | src/connections.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connections.hh b/src/connections.hh index 0aef82b..021943b 100644 --- a/src/connections.hh +++ b/src/connections.hh @@ -25,6 +25,8 @@ struct TConnection { KNOWNCREATURESTATE KnownCreature(uint32 CreatureID, bool UpdateFollows); int GetSocket(void); void EmergencyPing(void); + void Login(void); + const char *GetName(void); // TODO(fusion): Maybe rename this later? bool Live(void) const { |
