Nebula
Loading...
Searching...
No Matches
calendartime.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
14#include "core/config.h"
15#if __WIN32__
17namespace Timing
18{
20{ };
21}
22#elif __linux__
24namespace Timing
25{
27{ };
28}
29#else
30#error "Timing::CalendarTime not implemented on this platform!"
31#endif
32//------------------------------------------------------------------------------
Posix implementation of CalendarTime.
Definition posixcalendartime.h:20
Allows to obtain the current point in time as year, month, day, etc... down to milliseconds,...
Win implementation of CalendarTime.
Definition win32calendartime.h:20
Nebula compiler specific defines and configuration.
Definition calendartimebase.h:19