add udpserver, tcpserver

This commit is contained in:
Lion Kortlepel
2021-02-16 15:54:50 +01:00
committed by Anonymous275
parent f19a012509
commit bf74b1ae32
18 changed files with 401 additions and 55 deletions

View File

@@ -76,3 +76,8 @@ static inline void debug(const std::string& str) {
static inline void luaprint(const std::string& str) {
Application::Console().Write(std::string("[LUA] ") + str);
}
#define Biggest 30000
std::string Comp(std::string Data);
std::string DeComp(std::string Compressed);