]> git.lizzy.rs Git - minetest.git/blobdiff - src/camera.cpp
Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff
[minetest.git] / src / camera.cpp
index a32336714fdadcd4a53db4b55d7a5ae79b4bbf5b..8188eaf611cebd8e94a526b4b6506dc42a497dbc 100644 (file)
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <cmath>
 #include <SAnimatedMesh.h>
 #include "settings.h"
+#include "mapnode_contentfeatures.h" // For wield visualization
 
 Camera::Camera(scene::ISceneManager* smgr, MapDrawControl& draw_control):
        m_smgr(smgr),