diff options
Diffstat (limited to 'source/cWorld.h')
-rw-r--r-- | source/cWorld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cWorld.h b/source/cWorld.h index 83a9bcf66..1e3e1b5a2 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -47,6 +47,7 @@ public: void SetWorldTime(long long a_WorldTime) { m_WorldTime = a_WorldTime; } //tolua_export
cChunk* GetChunk( int a_X, int a_Y, int a_Z );
+ cChunk* GetChunkReliable( int a_X, int a_Y, int a_Z );
cChunk* GetChunkUnreliable( int a_X, int a_Y, int a_Z );
cChunk* GetChunkOfBlock( int a_X, int a_Y, int a_Z );
char GetHeight( int a_X, int a_Z ); //tolua_export
|