Fix water-glass and water-lava surfaces
[oweals/minetest.git] / src / content_cao.h
index a362b6be5d7fe50471a94adade873fdd6b7fd94a..963e1a4889aef425dd302546f5b81caa9a38453f 100644 (file)
@@ -248,6 +248,9 @@ public:
                {return pos_translator.vect_show;}
                //{return m_position;}
 
+       // If returns true, punch will not be sent to the server
+       bool directReportPunch(const std::string &toolname, v3f dir);
+
 private:
        IntervalLimiter m_attack_interval;
        core::aabbox3d<f32> m_selection_box;