mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-20 06:12:21 +08:00
20 lines
387 B
C++
20 lines
387 B
C++
#pragma once
|
|
|
|
#include "Const.hpp"
|
|
#include "Utils.hpp"
|
|
#include "ConfigItem.hpp"
|
|
#include "DataStore.hpp"
|
|
|
|
// Switch core support
|
|
|
|
namespace Configs {
|
|
QString FindCoreRealPath();
|
|
|
|
bool IsAdmin(bool forceRenew=false);
|
|
|
|
QString GetBasePath();
|
|
} // namespace Configs
|
|
|
|
#define ROUTES_PREFIX_NAME QString("route_profiles")
|
|
#define ROUTES_PREFIX QString(ROUTES_PREFIX_NAME + "/")
|