move most of the lua api into its one file in c

This commit is contained in:
2026-01-20 15:53:26 +01:00
parent 1d4cf16399
commit 41d9bba1d1
5 changed files with 285 additions and 256 deletions
+1
View File
@@ -632,6 +632,7 @@ function event(event)
current_menu = event
end
render_menu()
last_render_hash = 0
end
local function ternary(cond, a, b)