Skip to content

Commit

Permalink
Update sdl.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters authored Jun 14, 2017
1 parent 7b39f49 commit 78d4ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 78d4ec0

Please sign in to comment.