1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-04 09:42:40 +02:00
vcmi/include/vstd/DateUtils.h

13 lines
148 B
C
Raw Normal View History

2023-08-12 01:13:03 +02:00
#pragma once
VCMI_LIB_NAMESPACE_BEGIN
namespace vstd
{
DLL_LINKAGE std::string getFormattedDateTime(std::time_t dt);
}
VCMI_LIB_NAMESPACE_END