Moved handle_lost_connection and handle_failed_login to server_events

This commit is contained in:
James Booth
2014-01-05 21:04:30 +00:00
parent da03617e8b
commit 42fd1fb13e
5 changed files with 25 additions and 25 deletions

View File

@@ -25,5 +25,7 @@
void handle_error_message(const char *from, const char *err_msg);
void handle_login_account_success(char *account_name);
void handle_lost_connection(void);
void handle_failed_login(void);
#endif