From 6c5a6967ecc162befc44f1adf15bcc9d11658ff7 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 18 May 2015 22:30:25 -0400 Subject: Split ObjDef/ObjDefManager out to objdef.cpp --- src/mg_decoration.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mg_decoration.h') diff --git a/src/mg_decoration.h b/src/mg_decoration.h index 8ece5d684..056748918 100644 --- a/src/mg_decoration.h +++ b/src/mg_decoration.h @@ -21,9 +21,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #define MG_DECORATION_HEADER #include -#include "mapgen.h" +#include "objdef.h" +#include "noise.h" +#include "nodedef.h" -struct NoiseParams; class Mapgen; class MMVManip; class PseudoRandom; -- cgit v1.2.3