Fix compilation on macOS
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user