- Segueix el treball en el debugger

This commit is contained in:
2026-03-30 06:41:13 +02:00
parent 0547378331
commit 8a4110e821
4 changed files with 245 additions and 3 deletions

2
lua.h
View File

@@ -1,7 +1,9 @@
#pragma once
bool lua_is_playing();
void lua_process_debugger_commands();
void lua_init(const char* main_lua_file = "main.lua");
void lua_call_init();
void lua_call_update();
void lua_quit();
void lua_kill_thread();