feat(Core/mmaps): Add configuration file for mmaps-generator. (#22506)

This commit is contained in:
Anton Popovichenko
2025-10-14 23:56:09 +02:00
committed by GitHub
parent 10d5a3c553
commit f2f31acdcf
21 changed files with 15598 additions and 300 deletions

View File

@@ -23,9 +23,6 @@
namespace MMAP
{
static char const* const MAP_FILE_NAME_FORMAT = "{}/mmaps/{:03}.mmap";
static char const* const TILE_FILE_NAME_FORMAT = "{}/mmaps/{:03}{:02}{:02}.mmtile";
// ######################## MMapMgr ########################
MMapMgr::~MMapMgr()
{