From 5b65cad7433ded2e76bd162c21709133f7cfc439 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 21 Oct 2009 12:15:06 +0200 Subject: 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. --- crawl-ref/source/dungeon.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/dungeon.cc') diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc index 141073a9de..89898077ed 100644 --- a/crawl-ref/source/dungeon.cc +++ b/crawl-ref/source/dungeon.cc @@ -29,6 +29,7 @@ #include "itemname.h" #include "itemprop.h" #include "items.h" +#include "l_defs.h" #include "los.h" #include "makeitem.h" #include "mapdef.h" -- cgit v1.2.3-54-g00ecf