mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 17:11:57 +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
|
||
|
{
|
||
|
};
|