Lots of work on LuaStack
This commit is contained in:
11
luprex/syscpp/table.hpp
Normal file
11
luprex/syscpp/table.hpp
Normal 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
|
||||
Reference in New Issue
Block a user