#pragma once
uint64_t world_chunk_size(void) {
return 4;
}
uint64_t world_chunk_amount(void) {
return 8;