From b8147afcc5bfbeb5fad62e4f68f1b88fc6c60d96 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 18 Aug 2022 20:52:26 -0500 Subject: add lua-5.1.5 files --- libs/lua-5.1.5/src/lapi.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libs/lua-5.1.5/src/lapi.h (limited to 'libs/lua-5.1.5/src/lapi.h') diff --git a/libs/lua-5.1.5/src/lapi.h b/libs/lua-5.1.5/src/lapi.h new file mode 100644 index 0000000..2c3fab2 --- /dev/null +++ b/libs/lua-5.1.5/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.1