Register independent module names, first readme

This commit is contained in:
Blue 2025-03-23 20:36:09 +02:00
parent 1bda854139
commit 0be7fe9bff
Signed by: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 46 additions and 4 deletions

View file

@ -10,4 +10,7 @@
namespace Shared {
typedef std::vector<std::string> Strings;
typedef std::map<std::string, Strings> Permissions;
typedef std::map<std::string, std::string> VC;
typedef std::pair<std::string, std::string> VCEntry;
typedef std::pair<const std::string, std::string> VCConstEntry;
}