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

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

void luaopen_mapmarker(lua_State *ls);
void luaopen_ray(lua_State *ls);

void register_mapdef_tables(lua_State *ls);