shuffle to private/public wrapper

This commit is contained in:
Colin Davidson
2023-01-06 13:33:47 -08:00
parent 50a2493fd3
commit 6ff2db47b4
7 changed files with 21 additions and 11 deletions
+4
View File
@@ -261,3 +261,7 @@ heap_allocator :: proc() -> mem.Allocator {
data = nil,
}
}
processor_core_count :: proc() -> int {
return _processor_core_count()
}