shithub: lua9

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