mirror of
https://github.com/0xRoam/LoadReload
synced 2026-06-16 04:43:20 +00:00
8 lines
124 B
C++
8 lines
124 B
C++
#pragma once
|
|
namespace Guardrails {
|
|
|
|
// Check Number of CPU Cores
|
|
bool CheckCpuCores(unsigned int minCores);
|
|
|
|
}
|