mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
shuffle to private/public wrapper
This commit is contained in:
@@ -261,3 +261,7 @@ heap_allocator :: proc() -> mem.Allocator {
|
||||
data = nil,
|
||||
}
|
||||
}
|
||||
|
||||
processor_core_count :: proc() -> int {
|
||||
return _processor_core_count()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user