- [WIP] Está tot patas arriba ara...
This commit is contained in:
17
source/lua.debug.h
Normal file
17
source/lua.debug.h
Normal 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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user