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