diff --git a/sdl.lua b/sdl.lua index ac270ee..6955ecc 100644 --- a/sdl.lua +++ b/sdl.lua @@ -10,7 +10,7 @@ local bit = require( "bit" ) local bor = bit.bor local band = bit.band -io.input( "include/SDL.h" ) +io.input( "SDL.h" ) ffi.cdef( io.read( "*all" ) ) local SDL = ffi.load( "SDL2" )