summaryrefslogtreecommitdiff
path: root/src/camera.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-16 00:25:18 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-16 00:25:18 +0200
commit58bed83d03bbe53f8286640fbc33043800e1c318 (patch)
treed46f290560c012d68200cc57898e6a7b3e0df2ae /src/camera.cpp
parent54917e306256d4d39b95335986fce93b8c56a6e3 (diff)
downloadminetest-58bed83d03bbe53f8286640fbc33043800e1c318.tar.gz
minetest-58bed83d03bbe53f8286640fbc33043800e1c318.tar.bz2
minetest-58bed83d03bbe53f8286640fbc33043800e1c318.zip
Move ClientMap to clientmap.{h,cpp}
Diffstat (limited to 'src/camera.cpp')
-rw-r--r--src/camera.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/camera.cpp b/src/camera.cpp
index b9e1273c6..531661679 100644
--- a/src/camera.cpp
+++ b/src/camera.cpp
@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "client.h"
#include "main.h" // for g_settings
#include "map.h"
+#include "clientmap.h" // MapDrawControl
#include "mesh.h"
#include "player.h"
#include "tile.h"