shithub: lua9

ref: 4d255d3f3e8bba62cdf62a4b1202d83f686b05b8
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