RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
IdentityManager.cpp File Reference
#include "IdentityManager.h"
#include "Serializer.h"
#include <filesystem>
#include <fstream>
#include <algorithm>
#include "PathManager.h"
Include dependency graph for IdentityManager.cpp:

Go to the source code of this file.

Variables

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
 

Variable Documentation

◆ kBOOK_MAGIC

constexpr const char* kBOOK_MAGIC = "RUNIC-BOOK"
staticconstexpr

Definition at line 14 of file IdentityManager.cpp.

◆ kBOOK_VER

constexpr const int kBOOK_VER = 1
staticconstexpr

Definition at line 15 of file IdentityManager.cpp.

◆ kME_MAGIC

constexpr const char* kME_MAGIC = "RUNIC-ME"
staticconstexpr

Definition at line 11 of file IdentityManager.cpp.

◆ kME_VER

constexpr const int kME_VER = 1
staticconstexpr

Definition at line 12 of file IdentityManager.cpp.