summaryrefslogtreecommitdiffstats
path: root/source/cSignEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cSignEntity.h')
-rw-r--r--source/cSignEntity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/cSignEntity.h b/source/cSignEntity.h
index b704fdd3c..b0e95e38c 100644
--- a/source/cSignEntity.h
+++ b/source/cSignEntity.h
@@ -10,10 +10,11 @@ namespace Json
class Value;
}
+class cWorld;
class cSignEntity : public cBlockEntity
{
public:
- cSignEntity(ENUM_BLOCK_ID a_BlockType, int a_X, int a_Y, int a_Z);
+ cSignEntity(ENUM_BLOCK_ID a_BlockType, int a_X, int a_Y, int a_Z, cChunk* a_Chunk);
virtual ~cSignEntity();
void WriteToFile(FILE* a_File);