mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
6 lines
176 B
Lua
6 lines
176 B
Lua
io.write("Running ", _VERSION, "\n")
|
|
ptr = my_createFunction(1, 2, 3, "abc", "def")
|
|
--io.write("my_function() returned ", a, "\n")
|
|
my_printTest(ptr)
|
|
my_deleteFunction(1)--ptr)
|