bloodrun-editor/q3map2/common/maxworld.h
2026-04-02 20:51:01 +08:00

5 lines
169 B
C
Executable file

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