2020-11-13 18:17:47 -05:00
|
|
|
#ifndef LPX_TABLE_HPP
|
|
|
|
|
#define LPX_TABLE_HPP
|
|
|
|
|
|
2020-11-15 16:49:42 -05:00
|
|
|
#include "lpx-stack-manager.hpp"
|
2020-11-13 18:17:47 -05:00
|
|
|
|
|
|
|
|
int lpx_table_clear(lua_State *L);
|
|
|
|
|
int lpx_table_coerce(lua_State *L);
|
2020-11-15 16:49:42 -05:00
|
|
|
|
|
|
|
|
void luaopen_lpx_table (lua_State *L);
|
2020-11-13 18:17:47 -05:00
|
|
|
|
|
|
|
|
#endif // LPX_TABLE_HPP
|