mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-27 03:14:49 +00:00
10 lines
171 B
C
10 lines
171 B
C
|
#pragma once
|
||
|
#include <QString>
|
||
|
#include <settingsobject.h>
|
||
|
#include "BaseInstance_p.h"
|
||
|
|
||
|
class BaseInstance;
|
||
|
|
||
|
struct LegacyInstancePrivate: public BaseInstancePrivate
|
||
|
{
|
||
|
};
|