- [WIP] Está tot patas arriba ara...

This commit is contained in:
2026-04-02 13:26:52 +02:00
parent 4a1627835f
commit 569221d047
7 changed files with 2558 additions and 2675 deletions

17
source/lua.debug.h Normal file
View File

@@ -0,0 +1,17 @@
#pragma once
struct lua_State;
namespace mini
{
namespace lua
{
namespace debug
{
bool call_and_handle_exceptions(lua_State* L);
void kill_thread();
void process_commands(lua_State* L);
void toggle(lua_State* L);
}
}
}