20 static std::string
Get(
const std::string& key);
25 static void Set(
const std::string& key,
const std::string& value);
30 static void Delete(
const std::string& key);
#define NS_ENIGMA_BEGIN
Enable/Disable Assertions.
#define ENIGMA_STATIC_CLASS(Class)
Makes a class static, which will prevent creating instances from it and only use it as Class::Func()....
static std::string Get(const std::string &key)
static void Delete(const std::string &key)
static void Set(const std::string &key, const std::string &value)