mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-26 18:14:22 +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
|
|
{
|
|
}; |