Files
integration/luprex/syscpp/lpx-table.hpp

11 lines
207 B
C++
Raw Normal View History

2020-11-13 18:17:47 -05:00
#ifndef LPX_TABLE_HPP
#define LPX_TABLE_HPP
#include "lua-headers.hpp"
int lpx_table_clear(lua_State *L);
int lpx_table_coerce(lua_State *L);
int luaopen_lpx_table (lua_State *L);
#endif // LPX_TABLE_HPP