diff options
author | madmaxoft <github@xoft.cz> | 2014-02-08 21:55:21 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-08 21:55:21 +0100 |
commit | ea71bfa9b645cda80b7d4364c675ebaee8db8353 (patch) | |
tree | 8db9fc2cd467e32bebd2aae4aaac2208fee60c2f /src/ChunkDef.h | |
parent | Merge pull request #653 from mc-server/RedstoneSimulator (diff) | |
download | cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.gz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.bz2 cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.lz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.xz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.zst cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.zip |
Diffstat (limited to 'src/ChunkDef.h')
-rw-r--r-- | src/ChunkDef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h index 1c4aa6aca..f48dc4fd5 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -481,6 +481,7 @@ public: } ; typedef std::list<cChunkCoords> cChunkCoordsList; +typedef std::vector<cChunkCoords> cChunkCoordsVector; |