mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Fix formatting
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
|
||||
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__)) || defined(__FreeBSD__)
|
||||
|
||||
# include "platform.h"
|
||||
|
||||
# include "../core/Memory.hpp"
|
||||
# include "../core/Path.hpp"
|
||||
# include "../core/String.hpp"
|
||||
# include "../localisation/Date.h"
|
||||
# include "Platform2.h"
|
||||
# include "platform.h"
|
||||
|
||||
# include <cerrno>
|
||||
# include <clocale>
|
||||
|
||||
@@ -169,8 +169,6 @@ time_t platform_file_get_modified_time(const utf8* path)
|
||||
return 100;
|
||||
}
|
||||
|
||||
|
||||
|
||||
datetime64 platform_get_datetime_now_utc()
|
||||
{
|
||||
const datetime64 epochAsTicks = 621355968000000000;
|
||||
|
||||
Reference in New Issue
Block a user