diff options
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |