mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-20 23:20:31 +00:00
replace all clocks with a generic TimeType
This commit is contained in:
@@ -27,6 +27,10 @@ namespace fs = std::filesystem;
|
||||
#include <boost/container/flat_map.hpp>
|
||||
#include <boost/variant.hpp>
|
||||
|
||||
#include <chrono>
|
||||
|
||||
using TimeType = std::chrono::system_clock;
|
||||
|
||||
// General
|
||||
constexpr std::string_view StrDebug = "Debug";
|
||||
constexpr std::string_view StrPrivate = "Private";
|
||||
|
||||
Reference in New Issue
Block a user