view lua/luadyncall/test/test_dynport_SDL.lua @ 53:6387d39ecce2

- version bumps
author Tassilo Philipp
date Fri, 22 Jan 2021 15:18:56 +0100
parents 0cfcc391201f
children
line wrap: on
line source

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