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

5 lines
102 B
C++

namespace cube {
const int DOTS_PER_BLOCK = 65536;
const int BLOCKS_PER_MAP_CHUNK = 20;
}