mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-04 09:42:40 +02:00
13 lines
148 B
C
13 lines
148 B
C
|
#pragma once
|
||
|
|
||
|
VCMI_LIB_NAMESPACE_BEGIN
|
||
|
|
||
|
namespace vstd
|
||
|
{
|
||
|
|
||
|
DLL_LINKAGE std::string getFormattedDateTime(std::time_t dt);
|
||
|
|
||
|
}
|
||
|
|
||
|
VCMI_LIB_NAMESPACE_END
|