From a56aedb4eae7d21864ab8dc56a82f644c4639f7a Mon Sep 17 00:00:00 2001 From: paramat Date: Mon, 21 Sep 2015 01:21:28 +0100 Subject: Mapnode: Add rotateAlongYAxisFull supporting 24 facedirs --- src/mapnode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapnode.h') diff --git a/src/mapnode.h b/src/mapnode.h index 7cc25c60c..271517391 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -236,6 +236,7 @@ struct MapNode v3s16 getWallMountedDir(INodeDefManager *nodemgr) const; void rotateAlongYAxis(INodeDefManager *nodemgr, Rotation rot); + void rotateAlongYAxisFull(INodeDefManager *nodemgr, Rotation rot); /* Gets list of node boxes (used for rendering (NDT_NODEBOX)) -- cgit v1.2.3