Fix compilation on macOS
This commit is contained in:
parent
f4095d07a8
commit
278e59934b
|
|
@ -6,7 +6,7 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <Nazara/Core/Debug.hpp>
|
#include <Nazara/Core/Debug.hpp>
|
||||||
|
|
||||||
namespace Nz
|
namespace Nz::PlatformImpl
|
||||||
{
|
{
|
||||||
bool InitializeHighPrecisionTimer()
|
bool InitializeHighPrecisionTimer()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
#include <NazaraUtils/Prerequisites.hpp>
|
#include <NazaraUtils/Prerequisites.hpp>
|
||||||
#include <Nazara/Core/Time.hpp>
|
#include <Nazara/Core/Time.hpp>
|
||||||
|
|
||||||
namespace Nz
|
namespace Nz::PlatformImpl
|
||||||
{
|
{
|
||||||
bool InitializeHighPrecisionTimer();
|
bool InitializeHighPrecisionTimer();
|
||||||
Time GetElapsedNanosecondsImpl();
|
Time GetElapsedNanosecondsImpl();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue