pollymc/logic/forge/ForgeMirror.h
Petr Mrázek aade36860c Begin the transformation!
Nuke all the things.
2014-06-09 01:38:29 +02:00

10 lines
133 B
C

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