Cube-World-Commands-Mod/cwmods/cube/constants.h

5 lines
102 B
C
Raw Normal View History

2019-09-23 07:50:21 +08:00
namespace cube {
const int DOTS_PER_BLOCK = 65536;
const int BLOCKS_PER_MAP_CHUNK = 20;
}