mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-31 12:47:10 +01:00
860-870 client support drafts
This commit is contained in:
@@ -103,6 +103,8 @@ void getFilesInDirectory(const boost::filesystem::path& root, const std::string&
|
||||
std::string getClientVersionString(uint32_t version);
|
||||
std::string getClientVersionString(ClientVersion_t version);
|
||||
|
||||
uint32_t adlerChecksum(const uint8_t* data, size_t length);
|
||||
|
||||
inline int64_t OTSYS_TIME()
|
||||
{
|
||||
return std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count();
|
||||
|
||||
Reference in New Issue
Block a user