Пример #1
0
func GetCPUCount() int {
	return int(C.SDL_GetCPUCount())
}
Пример #2
0
func GetCPUCount() int {
	return (int)(C.SDL_GetCPUCount())
}