6 lines
169 B
C
6 lines
169 B
C
#pragma once
|
|
|
|
#define MIN_WORLD_COORD ( -65536 )
|
|
#define MAX_WORLD_COORD ( 65536 )
|
|
#define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
|