Changed calling conventions again
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
|
||||
#include "luastack.hpp"
|
||||
|
||||
int lpx_table_clear(lua_State *L);
|
||||
int lpx_table_coerce(lua_State *L);
|
||||
// Clear a table. Takes the table as a parameter.
|
||||
int table_clear(lua_State *L);
|
||||
|
||||
void luaopen_lpx_table (lua_State *L);
|
||||
// Takes an object O. If O is a table, returns it, otherwise
|
||||
// returns a new table.
|
||||
int table_coerce(lua_State *L);
|
||||
|
||||
#endif // TABLE_HPP
|
||||
|
||||
Reference in New Issue
Block a user