lua/lapi.h

Go to the documentation of this file.
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

Generated on Fri Oct 12 08:44:54 2007 for rpm by  doxygen 1.5.2