summaryrefslogtreecommitdiff
path: root/src/content_mapblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_mapblock.h')
-rw-r--r--src/content_mapblock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_mapblock.h b/src/content_mapblock.h
index 93e3fe53c..5c07077a9 100644
--- a/src/content_mapblock.h
+++ b/src/content_mapblock.h
@@ -145,4 +145,5 @@ public:
public:
MapblockMeshGenerator(MeshMakeData *input, MeshCollector *output);
void generate();
+ void renderSingle(content_t node);
};