This commit is contained in:
2020-11-15 16:49:42 -05:00
parent a784f12aed
commit f690fb147b
12 changed files with 431 additions and 168 deletions

View File

@@ -1,10 +1,11 @@
#ifndef LPX_TABLE_HPP
#define LPX_TABLE_HPP
#include "lua-headers.hpp"
#include "lpx-stack-manager.hpp"
int lpx_table_clear(lua_State *L);
int lpx_table_coerce(lua_State *L);
int luaopen_lpx_table (lua_State *L);
void luaopen_lpx_table (lua_State *L);
#endif // LPX_TABLE_HPP