home projects git about
1 2 3 4 5 6 7 8
#ifndef HONEY_UTIL_H #define HONEY_UTIL_H #include <lua.h> void append_table(lua_State *L, int tbl_a, int tbl_b); #endif