Fix compilation on macOS

This commit is contained in:
SirLynix 2024-01-23 17:45:10 +01:00
parent f4095d07a8
commit 278e59934b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include <time.h>
#include <Nazara/Core/Debug.hpp>
namespace Nz
namespace Nz::PlatformImpl
{
bool InitializeHighPrecisionTimer()
{

View File

@ -10,7 +10,7 @@
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/Time.hpp>
namespace Nz
namespace Nz::PlatformImpl
{
bool InitializeHighPrecisionTimer();
Time GetElapsedNanosecondsImpl();