210629e274
Let's hope we never, ever see a forge download error again.
10 lines
133 B
C
10 lines
133 B
C
#pragma once
|
|
#include <QString>
|
|
|
|
struct ForgeMirror
|
|
{
|
|
QString name;
|
|
QString logo_url;
|
|
QString website_url;
|
|
QString mirror_url;
|
|
}; |