aboutsummaryrefslogtreecommitdiff
path: root/examples/working-shared/sdl.ey
blob: 23d2e7999947be3065bc6d6d05f6a13da5dea758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"lib/ffi.ey" include
"lib/ffi/sdl.ey" include

ffi .sdl ":" via

:SDL_INIT_VIDEO :SDL_Init {
  :SDL_GetError dump
  "SDL_Init failed" die
} rep

"Ohai!" 0 0 800 600 0 :SDL_CreateWindow

"done" die

# vim: syn=elymas