summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:29:48 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:29:48 +0200
commitcf2b911c89d554a8f5f72156cef48b5f0fefd797 (patch)
tree38e7c526b743bd71fa8b50409515ca38d5b0a8a9 /crawl-ref/source/l_libs.h
parent8e94f180081dc6d88069afefe9a7f92828d32729 (diff)
downloadcrawl-ref-cf2b911c89d554a8f5f72156cef48b5f0fefd797.tar.gz
crawl-ref-cf2b911c89d554a8f5f72156cef48b5f0fefd797.zip
Reduce #includes in dlua.cc.
Diffstat (limited to 'crawl-ref/source/l_libs.h')
-rw-r--r--crawl-ref/source/l_libs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h
index c1164f8afc..edbd863d6a 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -1,3 +1,8 @@
+/*
+ * File: l_libs.h
+ * Summary: Library definitions for dlua.
+ */
+
#include "clua.h"
extern const struct luaL_reg crawl_lib[];