mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-06-30 23:06:05 +00:00
9 lines
180 B
C++
9 lines
180 B
C++
#pragma once
|
|
|
|
#include <chrono>
|
|
#include <string>
|
|
|
|
namespace ChronoWrapper {
|
|
std::chrono::high_resolution_clock::duration TimeFromStringWithLiteral(const std::string& time_str);
|
|
}
|