23 #ifndef USMODULESETTINGS_H
24 #define USMODULESETTINGS_H
static bool IsThreadingSupportEnabled()
static void SetStoragePath(const std::string &path)
static bool IsAutoLoadingEnabled()
static void SetLogLevel(MsgType level)
static void AddAutoLoadPath(const std::string &path)
static MsgType GetLogLevel()
static std::string CURRENT_MODULE_PATH()
static PathList GetAutoLoadPaths()
static std::string GetStoragePath()
static void SetAutoLoadPaths(const PathList &paths)
std::vector< std::string > PathList
static void SetAutoLoadingEnabled(bool enable)
#define US_BEGIN_NAMESPACE