mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +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);
|
|
|
|
} |