shithub: lua9

ref: 7e690483be7c21cdd869f9686f9c2ff5ccc3c3fe
dir: /utils.h/

View raw version
#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