Core/TaskScheduler: Make implementation private

This commit is contained in:
SirLynix
2024-02-05 15:59:45 +01:00
parent 3eae055d3a
commit a4827a99a0
3 changed files with 55 additions and 72 deletions

View File

@@ -6,10 +6,6 @@
namespace Nz
{
inline unsigned int TaskScheduler::GetWorkerCount() const
{
return m_workerCount;
}
}
#include <Nazara/Core/DebugOff.hpp>