mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
14 lines
258 B
C++
14 lines
258 B
C++
#pragma once
|
|
|
|
#include <chrono>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace util
|
|
{
|
|
|
|
std::chrono::system_clock::time_point TimePoint(uint16_t modifiedJulianDate,
|
|
uint32_t milliseconds);
|
|
|
|
} // namespace util
|
|
} // namespace scwx
|