view lua/luadyncall/test/test_dynport_SDL.lua @ 25:02a455de2b40

- 1.0 updates
author Tassilo Philipp
date Tue, 24 Apr 2018 16:04:37 +0200
parents 0cfcc391201f
children
line wrap: on
line source

require"dynport"
dynport("SDL")
while true do print( SDL_GetTicks() ) end