mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
8 lines
215 B
C++
8 lines
215 B
C++
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
namespace Qv2ray::components::GeositeReader {
|
|
QStringList ReadGeoSiteFromFile(const QString &filepath, bool allowCache = true);
|
|
} // namespace Qv2ray::components::GeositeReader
|