Files
Nim/tests/compile/tambsym2.nim
2013-03-16 23:53:07 +01:00

7 lines
142 B
Nim

from sdl import PSurface
discard SDL.CreateRGBSurface(SDL.SWSURFACE, 23, 34,
32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xff000000'i32)