mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Scripting WIP
This commit is contained in:
parent
f145d498a6
commit
ea8d6d7abd
7 changed files with 118 additions and 76 deletions
|
@ -26,7 +26,6 @@ typedef struct lua_State lua_State;
|
|||
lua_State* script_init();
|
||||
lua_State* script_deinit(lua_State *L);
|
||||
void script_error(lua_State *L, const char *fmt, ...);
|
||||
void script_call_va(lua_State *L, const char *func, const char *sig, ...);
|
||||
bool script_load(lua_State *L, const char *path);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue