summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/lfunc.h (follow)
Commit message (Expand)AuthorAge
* Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere2009-05-21
e Copyright Notice in lua.h */ #ifndef lapi_h #define lapi_h #include "lobject.h" LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o); #endif