#pragma once #define CHUNK_SIZE 16 #define WORLD_HEIGHT 500 #define CHUNK_VISIBILITY_RANGE 1 #define MAX_VIEW_DISTANCE CHUNK_SIZE * CHUNK_VISIBILITY_RANGE