aboutsummaryrefslogtreecommitdiff
path: root/src/sysbin/lx/lxlib.h
blob: e65ab6f728b4c6b2e110823483f111aef7e6dd83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
** Lua eXtended libraries
*/
#pragma once

#include <lua/lua.h>


#define LX_SYSLIBNAME "lx.sys"
LUAMOD_API int (lx_open_sys) (lua_State *L);


/* open all previous libraries */
LUALIB_API void (lx_openlibs) (lua_State *L);