/*
* File: l_libs.h
* Summary: Library definitions for dlua.
*/
/*
* Library loaders for clua.
*/
void ;
void ;
void ;
void ;
void ; // defined in kills.cc
void ;
void ;
void ;
void ;
void ;
/*
* (Shared) metatable names.
*/
/*
* Libraries and loaders for dlua, accessed from init_dungeon_lua().
* TODO: Rename these to dluaopen_*?
*/
extern const struct luaL_reg debug_dlib;
extern const struct luaL_reg dgn_dlib;
extern const struct luaL_reg dgn_build_dlib;
extern const struct luaL_reg dgn_event_dlib;
extern const struct luaL_reg dgn_grid_dlib;
extern const struct luaL_reg dgn_item_dlib;
extern const struct luaL_reg dgn_level_dlib;
extern const struct luaL_reg dgn_mons_dlib;
extern const struct luaL_reg dgn_tile_dlib;
extern const struct luaL_reg los_dlib;
extern const struct luaL_reg mapmarker_dlib;
void ;
void ;
void ;
void ;
void ;
void ;
void ;
void ;
void ;
void ;
void ;
/*
* Some shared helper functions.
*/
class map_lines;
int ;