From e4018b3ebf7d7e14787a04420014acf581d69978 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 20 Oct 2009 11:19:41 +0200 Subject: Split debug lua bindings out to new library "debug". --- crawl-ref/source/l_libs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/l_libs.h') diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h index 7b1b60ad89..aca91d8699 100644 --- a/crawl-ref/source/l_libs.h +++ b/crawl-ref/source/l_libs.h @@ -13,6 +13,7 @@ */ extern const struct luaL_reg crawl_lib[]; +extern const struct luaL_reg debug_lib[]; extern const struct luaL_reg dgn_lib[]; extern const struct luaL_reg dgn_build_lib[]; extern const struct luaL_reg dgn_event_lib[]; -- cgit v1.2.3-54-g00ecf