summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:17:53 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:17:53 +0200
commit8e048c2d18e3b0032ae7e1442f1a2500cba3a3aa (patch)
tree2fe6841a9609ea0d4a1efcd39af6e20e8bfd40a6 /crawl-ref/source/l_libs.h
parent49a01f5ae457bb601165eb89f6437d392a036eae (diff)
downloadcrawl-ref-8e048c2d18e3b0032ae7e1442f1a2500cba3a3aa.tar.gz
crawl-ref-8e048c2d18e3b0032ae7e1442f1a2500cba3a3aa.zip
Split out dgnevent_lib from dlua.cc.
Diffstat (limited to 'crawl-ref/source/l_libs.h')
-rw-r--r--crawl-ref/source/l_libs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h
index cc0462e5e1..23a4359153 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -2,6 +2,7 @@
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 you_lib[];