00001 /* 00002 ** $Id: lapi.h,v 1.2 2004/03/23 05:09:14 jbj Exp $ 00003 ** Auxiliary functions from Lua API 00004 ** See Copyright Notice in lua.h 00005 */ 00006 00007 #ifndef lapi_h 00008 #define lapi_h 00009 00010 00011 #include "lobject.h" 00012 00013 00014 void luaA_pushobject (lua_State *L, const TObject *o) 00015 /*@modifies L @*/; 00016 00017 #endif