ref: e2ad29c5863708b6c2438257123dd474eb307126 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