#include "IdentityManager.h"
#include "Serializer.h"
#include <filesystem>
#include <fstream>
#include <algorithm>
#include "PathManager.h"
Go to the source code of this file.
|
| static constexpr const char * | kME_MAGIC = "RUNIC-ME" |
| |
| static constexpr const int | kME_VER = 1 |
| |
| static constexpr const char * | kBOOK_MAGIC = "RUNIC-BOOK" |
| |
| static constexpr const int | kBOOK_VER = 1 |
| |
◆ kBOOK_MAGIC
| constexpr const char* kBOOK_MAGIC = "RUNIC-BOOK" |
|
staticconstexpr |
◆ kBOOK_VER
| constexpr const int kBOOK_VER = 1 |
|
staticconstexpr |
◆ kME_MAGIC
| constexpr const char* kME_MAGIC = "RUNIC-ME" |
|
staticconstexpr |
◆ kME_VER
| constexpr const int kME_VER = 1 |
|
staticconstexpr |