#pragma once #define MIN_WORLD_COORD ( -65536 ) #define MAX_WORLD_COORD ( 65536 ) #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )