mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
8 lines
135 B
C++
8 lines
135 B
C++
namespace RBX {
|
|
|
|
unsigned char CPUCount(
|
|
unsigned int *TotAvailLogical,
|
|
unsigned int *TotAvailCore,
|
|
unsigned int *PhysicalNum);
|
|
|
|
} |