2009-05-16 Bean <bean123ch@gmail.com>
* script/lua: Forgot to check in lua files.
This commit is contained in:
parent
9d87a1ba36
commit
563075a527
56 changed files with 16599 additions and 0 deletions
16
script/lua/lapi.h
Normal file
16
script/lua/lapi.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue