summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
blob: cc0462e5e1e7e149820d3e16d220fcc79bf8cc46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "clua.h"

extern const struct luaL_reg crawl_lib[];
extern const struct luaL_reg dgn_lib[];
extern const struct luaL_reg file_lib[];
extern const struct luaL_reg los_lib[];
extern const struct luaL_reg you_lib[];

void luaopen_ray(lua_State *ls);

void register_mapdef_tables(lua_State *ls);