Exemplo n.º 1
0
func GetCPUCount() int {
	return int(C.SDL_GetCPUCount())
}
Exemplo n.º 2
0
func GetCPUCount() int {
	return (int)(C.SDL_GetCPUCount())
}