7 lines
113 B
C
7 lines
113 B
C
#pragma once
|
|
|
|
extern int g_nMapWidth;
|
|
extern int g_nMapHeight;
|
|
|
|
// 경치 등등..
|
|
const int RANGE_LIMIT = 500; |