diff options
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 { |
