Update the discussion of themeing in the manual, and put a note in the wps tags appen...
[kugel-rb.git] / apps / plugins / lua / lapi.h
blobf968ffc992bb1078dae028204a8b7e54aa9b6f0e
1 /*
2 ** $Id$
3 ** Auxiliary functions from Lua API
4 ** See Copyright Notice in lua.h
5 */
7 #ifndef lapi_h
8 #define lapi_h
11 #include "lobject.h"
14 LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
16 #endif