Lots of work on LuaStack

This commit is contained in:
2020-11-27 13:21:07 -05:00
parent f690fb147b
commit 455ba5df87
19 changed files with 715 additions and 527 deletions

11
luprex/syscpp/table.hpp Normal file
View File

@@ -0,0 +1,11 @@
#ifndef TABLE_HPP
#define TABLE_HPP
#include "luastack.hpp"
int lpx_table_clear(lua_State *L);
int lpx_table_coerce(lua_State *L);
void luaopen_lpx_table (lua_State *L);
#endif // TABLE_HPP