1
0
mirror of https://github.com/MultiMC/MultiMC5.git synced 2025-02-24 03:39:57 +00:00
Petr Mrázek 210629e274 Use the forge mirrors for downloading forge libraries
Let's hope we never, ever see a forge download error again.
2013-11-17 11:44:18 +01:00

10 lines
133 B
C

#pragma once
#include <QString>
struct ForgeMirror
{
QString name;
QString logo_url;
QString website_url;
QString mirror_url;
};