mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-31 12:47:10 +01:00
introduce multiple client version support in config.lua and NPCs
This commit is contained in:
@@ -100,6 +100,9 @@ const char* getReturnMessage(ReturnValue value);
|
||||
|
||||
void getFilesInDirectory(const boost::filesystem::path& root, const std::string& ext, std::vector<boost::filesystem::path>& ret);
|
||||
|
||||
std::string getClientVersionString(uint32_t version);
|
||||
std::string getClientVersionString(ClientVersion_t version);
|
||||
|
||||
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