mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
7 lines
142 B
Nim
7 lines
142 B
Nim
|
|
from sdl import PSurface
|
|
|
|
discard SDL.CreateRGBSurface(SDL.SWSURFACE, 23, 34,
|
|
32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xff000000'i32)
|
|
|