From 08cd08587be5c8d2ce42ae417098c524f683c6ad Mon Sep 17 00:00:00 2001 From: "Hello=)" Date: Fri, 29 Mar 2024 04:23:18 +0300 Subject: Move actual top level from src/ to top: just one single dir is pointless. Reported-By: NetSysFire --- src/net/nethandler.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/net/nethandler.h (limited to 'src/net/nethandler.h') diff --git a/src/net/nethandler.h b/src/net/nethandler.h deleted file mode 100644 index 41f523c..0000000 --- a/src/net/nethandler.h +++ /dev/null @@ -1,33 +0,0 @@ -#include "network.h" - -#include "loginhandler.h" -#include "../logindata.h" - -class NetHandler -{ - - -public: - - NetHandler(); - ~NetHandler(); - - static NetHandler *getNetInstance(); - - void loadHandlers(); - Network *getNetwork(); - void clean_up(); // for restart - - void accountLogin(LoginData *loginData); - void charLogin(LoginData *loginData); - void mapLogin(LoginData *loginData); - void attemptCharSelect(); - - void mapLoaded(); - void privateMessage(std::string name, std::string msg); - void publicMessage(std::string msg); - void ping(int tick); - void sit(); -private: - -}; -- cgit v1.2.3-70-g09d2