aboutsummaryrefslogtreecommitdiff
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 aee550d34..93e3fe53c 100644
--- a/src/content_mapblock.h
+++ b/src/content_mapblock.h
@@ -63,6 +63,7 @@ public:
void useTile(int index = 0, u8 set_flags = MATERIAL_FLAG_CRACK_OVERLAY,
u8 reset_flags = 0, bool special = false);
+ void getTile(int index, TileSpec *tile);
void getTile(v3s16 direction, TileSpec *tile);
void getSpecialTile(int index, TileSpec *tile, bool apply_crack = false);