22 #ifndef CRNConfig_HEADER
23 #define CRNConfig_HEADER
62 static Config& getInstance();
66 static String localeDirKey();
68 static String staticDataDirKey();
70 static String verboseKey();
static crn::Path GetStaticDataPath()
Gets the data directory name.
static void SetTopDataPath(const Path &dir)
Sets the top directory name.
static bool Save()
Saves to user's local config.
A UTF32 character string class.
Global configuration utility class.
static void SetStaticDataPath(const crn::Path &dir)
Sets the data directory name.
A convenience class for file paths.
static void SetLocalePath(const crn::Path &dir)
Sets the translation files path.
static Path GetTopDataPath()
Gets the top directory name.
#define CRN_DECLARE_CLASS_CONSTRUCTOR(classname)
Declares a class constructor.
static crn::Path GetLocalePath()
Gets the translation files path.
Configuration file management utility class.