From aafef187ef856a36c3f8e599afea2dee44f08904 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 3 Oct 2011 19:25:04 +0000 Subject: Source for additional projects -jsoncpp -lua -tolua++ -WebServer -zlib -iniFile git-svn-id: http://mc-server.googlecode.com/svn/trunk@4 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- lua-5.1.4/src/lapi.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lua-5.1.4/src/lapi.h (limited to 'lua-5.1.4/src/lapi.h') diff --git a/lua-5.1.4/src/lapi.h b/lua-5.1.4/src/lapi.h new file mode 100644 index 000000000..2c3fab244 --- /dev/null +++ b/lua-5.1.4/src/lapi.h @@ -0,0 +1,16 @@ +/* +** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $ +** Auxiliary functions from Lua API +** See 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 -- cgit v1.2.3