From 58bed83d03bbe53f8286640fbc33043800e1c318 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 16 Mar 2012 00:25:18 +0200 Subject: Move ClientMap to clientmap.{h,cpp} --- src/farmesh.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/farmesh.cpp') diff --git a/src/farmesh.cpp b/src/farmesh.cpp index fdc81057b..836d9bd87 100644 --- a/src/farmesh.cpp +++ b/src/farmesh.cpp @@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "map.h" #include "client.h" #include "tile.h" // ITextureSource +#include "clientmap.h" #include "mapgen.h" // Shouldn't really be done this way -- cgit v1.2.3