summaryrefslogtreecommitdiffstats
path: root/source/WSSAnvil.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/WSSAnvil.h')
-rw-r--r--source/WSSAnvil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WSSAnvil.h b/source/WSSAnvil.h
index ab03adf5e..a88a67374 100644
--- a/source/WSSAnvil.h
+++ b/source/WSSAnvil.h
@@ -110,6 +110,7 @@ protected:
void LoadChestFromNBT (cBlockEntityList & a_BlockEntities, const cParsedNBT & a_NBT, int a_TagIdx);
void LoadFurnaceFromNBT(cBlockEntityList & a_BlockEntities, const cParsedNBT & a_NBT, int a_TagIdx);
+ void LoadSignFromNBT (cBlockEntityList & a_BlockEntities, const cParsedNBT & a_NBT, int a_TagIdx);
/// Helper function for extracting the X, Y, and Z int subtags of a NBT compound; returns true if successful
bool GetBlockEntityNBTPos(const cParsedNBT & a_NBT, int a_TagIdx, int & a_X, int & a_Y, int & a_Z);