diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-03-16 00:25:18 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-16 00:25:18 +0200 |
commit | 58bed83d03bbe53f8286640fbc33043800e1c318 (patch) | |
tree | d46f290560c012d68200cc57898e6a7b3e0df2ae /src/farmesh.cpp | |
parent | 54917e306256d4d39b95335986fce93b8c56a6e3 (diff) | |
download | minetest-58bed83d03bbe53f8286640fbc33043800e1c318.tar.gz minetest-58bed83d03bbe53f8286640fbc33043800e1c318.tar.bz2 minetest-58bed83d03bbe53f8286640fbc33043800e1c318.zip |
Move ClientMap to clientmap.{h,cpp}
Diffstat (limited to 'src/farmesh.cpp')
-rw-r--r-- | src/farmesh.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |