From d1d57cf5c34c9a4626fd8e3b40db3ea321b40335 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 5 Apr 2011 02:56:29 +0300 Subject: initial workings of the furnace --- src/mapnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapnode.h') diff --git a/src/mapnode.h b/src/mapnode.h index ce233e8e3..04234830d 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -28,7 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "serialization.h" #include "tile.h" #include "iirrlichtwrapper.h" -#include "nodemetadata.h" /* Initializes all kind of stuff in here. @@ -121,6 +120,7 @@ enum LiquidType }; class MapNode; +class NodeMetadata; struct ContentFeatures { -- cgit v1.2.3