From 49eb883334f3e7ab343251cdcd161b77cb3ba784 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 19 Oct 2009 22:45:04 +0200 Subject: Split dgn_lib out of luadgn.cc; rename luadgn to dlua. --- crawl-ref/source/mapdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mapdef.h') diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h index 85c8484aef..257735a65e 100644 --- a/crawl-ref/source/mapdef.h +++ b/crawl-ref/source/mapdef.h @@ -15,10 +15,10 @@ #include #include +#include "dlua.h" #include "enum.h" #include "externs.h" #include "fixary.h" -#include "luadgn.h" #include "makeitem.h" #include "stuff.h" #include "travel.h" -- cgit v1.2.3-54-g00ecf