shithub: lua9

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