{
** $Id: lua.h,v 1.175b 2003/03/18 12:31:39 roberto Exp $
** Lua - An Extensible Extension Language
** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
** http://www.lua.org mailto:info@lua.org
** See Copyright Notice at the end of this file
}
{
this .h header file is translated by melice
}
unit Lua;
interface
const
LuaDLL = 'LuaLibDll.dll';
type
lua_state = pointer;
int = integer;
size_t = int;
...[ 查看全文 ]