ref: 98b14048ff38d318b446a1428a763a6b4bbb7a18 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