2009-05-16 Bean <bean123ch@gmail.com>

* script/lua: Forgot to check in lua files.
This commit is contained in:
bean 2009-05-16 12:53:43 +00:00
parent 9d87a1ba36
commit 563075a527
56 changed files with 16599 additions and 0 deletions

16
script/lua/lapi.h Normal file
View file

@ -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