index
:
advtrains.git
atcjit
doc
l10n
luaatcdebug
master
new-ks
new-ks-orwell
profiler
route_prog_rework
techage
tracy
trainhud
trainhud-unifont
Advtrains mod for minetest.
orwell
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
advtrains_interlocking
/
textures
/
at_il_signal_off.png
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
2
/*
** $Id: linit.c,v 1.14.1.1 2007/12/27 13:02:25 roberto Exp $
** Initialization of libraries for lua.c
** See Copyright Notice in lua.h
*/
#define linit_c
#define LUA_LIB
#include
"lua.h"
#include
"lualib.h"
#include
"lauxlib.h"
static const
luaL_Reg lualibs
[] = {
{
""
,
luaopen_base
},
{
LUA_LOADLIBNAME
,
luaopen_package
},
{
LUA_TABLIBNAME
,
luaopen_table
},
{
LUA_IOLIBNAME
,
luaopen_io
},
{