- [WIP] Está tot patas arriba ara...
This commit is contained in:
25
source/lua.h
25
source/lua.h
@@ -1,11 +1,18 @@
|
||||
#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();
|
||||
void lua_toggle_debug();
|
||||
//void lua_disable_debug();
|
||||
namespace mini
|
||||
{
|
||||
namespace lua
|
||||
{
|
||||
bool runnning();
|
||||
void init(const char* main_lua_file = "main.lua");
|
||||
void quit();
|
||||
void cleanup();
|
||||
|
||||
namespace callbacks
|
||||
{
|
||||
void init();
|
||||
void update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user