5#define GLOBALSETTINGS core::GlobalSettings::instance()
24 std::wstring
appVersion(std::wstring a_prefix = std::wstring(L
""));
Singleton providing application-wide version info and global flags.
GlobalSettings & operator=(const GlobalSettings &)=delete
static GlobalSettings * m_instance
GlobalSettings(const GlobalSettings &)=delete
std::wstring appVersion(std::wstring a_prefix=std::wstring(L""))
static GlobalSettings & instance()
Access the singleton instance (created on first call).
Common string utility functions (split, case-insensitive search, etc.).