#include <vector>
#include <list>
#include <functional>
+#include <cstdint>
-#include "stg/os_int.h"
#include "stg/blowfish.h"
#include "stg/rs_packets.h"
#include "stg/logger.h"
bool Connect(const UserData & data) const;
BLOWFISH_CTX ctxS;
- STG_LOGGER & WriteServLog;
+ STG::Logger& WriteServLog;
mutable std::string errorStr;
std::string scriptOnConnect;