pollymc/backend/LegacyInstance_p.h

10 lines
171 B
C
Raw Normal View History

2013-08-03 19:27:33 +05:30
#pragma once
#include <QString>
#include <settingsobject.h>
#include "BaseInstance_p.h"
class BaseInstance;
struct LegacyInstancePrivate: public BaseInstancePrivate
{
};