ref: 0ab5e19fd514edbed395c43cbe854cf43bd2a01d dir: /utils.h/
#ifndef UTILS_H__ #define UTILS_H__ void pushglobal(lua_State *L, const char *name, int value); void createmetatable(lua_State *L, const char *name, luaL_Reg *funcs); #endif