mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-28 15:18:21 +00:00
8 lines
150 B
C
8 lines
150 B
C
|
#pragma once
|
||
|
#include <QString>
|
||
|
#include <settingsobject.h>
|
||
|
#include "BaseInstance_p.h"
|
||
|
|
||
|
struct OneSixInstancePrivate: public BaseInstancePrivate
|
||
|
{
|
||
|
};
|