summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
blob: a0e926d17784b307e8636e01d4a3a89d35c1b692 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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[];

void luaopen_ray(lua_State *ls);

void register_mapdef_tables(lua_State *ls);