mirror of
https://github.com/BacioiuC/ndsChaury.git
synced 2025-06-18 16:55:42 -04:00
15 lines
99 B
Lua
15 lines
99 B
Lua
local i = 0
|
|
|
|
|
|
function start( )
|
|
initGL( );
|
|
print(" YAY OUTPUT ")
|
|
|
|
end
|
|
|
|
|
|
function update( )
|
|
|
|
|
|
end
|