summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-21 12:15:06 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-21 12:15:06 +0200
commit5b65cad7433ded2e76bd162c21709133f7cfc439 (patch)
treeb4cebdc6bab1596381ede422d14b998ed2405588 /crawl-ref/source/mapmark.cc
parentcaae98284820a7ce9cf47868ba621f613e611e1e (diff)
downloadcrawl-ref-5b65cad7433ded2e76bd162c21709133f7cfc439.tar.gz
crawl-ref-5b65cad7433ded2e76bd162c21709133f7cfc439.zip
Create l_defs.h and move stuff there.
l_defs.h contains headers for things defined in the Lua functions but used elsewhere. This should probably not exist long-term.
Diffstat (limited to 'crawl-ref/source/mapmark.cc')
-rw-r--r--crawl-ref/source/mapmark.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapmark.cc b/crawl-ref/source/mapmark.cc
index 2003f87325..2a12913e28 100644
--- a/crawl-ref/source/mapmark.cc
+++ b/crawl-ref/source/mapmark.cc
@@ -15,6 +15,7 @@
#include "directn.h"
#include "dlua.h"
#include "libutil.h"
+#include "l_defs.h"
#include "l_libs.h"
#include "stuff.h"
#include "tags.h"