summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-20 00:05:15 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-20 00:44:30 +0200
commita4f9da4c2defdeedba6e172d8c8538f4b1aefe78 (patch)
tree4b381ac5f0ed89bde61acb72472d5a518cc968b7 /crawl-ref/source/l_libs.h
parentfac213f26779fde815580d9c06ea3db367f50942 (diff)
downloadcrawl-ref-a4f9da4c2defdeedba6e172d8c8538f4b1aefe78.tar.gz
crawl-ref-a4f9da4c2defdeedba6e172d8c8538f4b1aefe78.zip
Move part of dgn_lib out to l_dgnevt.cc.
Diffstat (limited to 'crawl-ref/source/l_libs.h')
-rw-r--r--crawl-ref/source/l_libs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h
index 2db0b02816..bf721ab3a2 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -7,7 +7,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 dgn_event_lib[];
extern const struct luaL_reg file_lib[];
extern const struct luaL_reg los_lib[];
extern const struct luaL_reg mapmarker_lib[];