aade36860c
Nuke all the things.
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;
|
|
}; |