platform.nim
Try to get a standard set of platform defines.
Procs
proc getPlatform*(): cstring {...}{.cdecl, importc: "SDL_GetPlatform", dynlib: SDL2_LIB.}
- Gets the name of the platform.
Try to get a standard set of platform defines.
proc getPlatform*(): cstring {...}{.cdecl, importc: "SDL_GetPlatform", dynlib: SDL2_LIB.}