Commit e593fb8d authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Removed local KopiLua

parent 8d677060
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/*
** $Id: lualib.h,v 1.36.1.1 2007/12/27 13:02:25 roberto Exp $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
using System;
using System.Collections.Generic;
using System.Text;
namespace KopiLua
{
public partial class Lua
{
/* Key to file-handle type */
public const string LUA_FILEHANDLE = "FILE*";
public const string LUA_COLIBNAME = "coroutine";
public const string LUA_TABLIBNAME = "table";
public const string LUA_IOLIBNAME = "io";
public const string LUA_OSLIBNAME = "os";
public const string LUA_STRLIBNAME = "string";
public const string LUA_MATHLIBNAME = "math";
public const string LUA_DBLIBNAME = "debug";
public const string LUA_LOADLIBNAME = "package";
}
}
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment