summaryrefslogtreecommitdiff
path: root/ThirdParty/lua51/lapi.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-09-10 20:30:31 +0800
committerchai <chaifix@163.com>2020-09-10 20:30:31 +0800
commit639b34294ffc20721c66db46e59e07d9100ac4b8 (patch)
tree7e1d45b536fa35e9f1559e468ea66fca99524573 /ThirdParty/lua51/lapi.h
*init
Diffstat (limited to 'ThirdParty/lua51/lapi.h')
-rw-r--r--ThirdParty/lua51/lapi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/ThirdParty/lua51/lapi.h b/ThirdParty/lua51/lapi.h
new file mode 100644
index 0000000..2c3fab2
--- /dev/null
+++ b/ThirdParty/lua51/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