diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-01 16:18:59 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-01 16:18:59 +0100 |
commit | 867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc (patch) | |
tree | a2f8b4a22a9b721d94ffa595ef57a07d1339f482 /source/cChunk.h | |
parent | Fixed the authenticator bug (diff) | |
download | cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.gz cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.bz2 cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.lz cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.xz cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.zst cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.zip |
Diffstat (limited to 'source/cChunk.h')
-rw-r--r-- | source/cChunk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cChunk.h b/source/cChunk.h index 836bec9d8..7e1a8493d 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -210,6 +210,7 @@ public: void SetLight(char* a_Buffer, int x, int y, int z, char light);
void PositionToWorldPosition(int a_ChunkX, int a_ChunkY, int a_ChunkZ, int & a_X, int & a_Y, int & a_Z);
+ Vector3i PositionToWorldPosition( const Vector3i & a_InChunkPos );
inline static unsigned int MakeIndex(int x, int y, int z )
{
|