mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
NOISSUE move files into paths that make more sense
This commit is contained in:
10
logic/minecraft/forge/ForgeMirror.h
Normal file
10
logic/minecraft/forge/ForgeMirror.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <QString>
|
||||
|
||||
struct ForgeMirror
|
||||
{
|
||||
QString name;
|
||||
QString logo_url;
|
||||
QString website_url;
|
||||
QString mirror_url;
|
||||
};
|
Reference in New Issue
Block a user