mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-16 03:19:07 +02:00
Separate splitting of regions into chunks and actual parsing of chunk structure
This commit is contained in:
parent
4b9bb2ab48
commit
c082c8800c
8 changed files with 170 additions and 79 deletions
|
@ -12,6 +12,7 @@ add_executable(MinedMap
|
|||
Resource/BlockType.cpp
|
||||
World/Block.cpp
|
||||
World/Chunk.cpp
|
||||
World/ChunkData.cpp
|
||||
World/Level.cpp
|
||||
World/Region.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue