mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
10 lines
No EOL
171 B
C++
10 lines
No EOL
171 B
C++
#pragma once
|
|
#include <QString>
|
|
#include <settingsobject.h>
|
|
#include "BaseInstance_p.h"
|
|
|
|
class BaseInstance;
|
|
|
|
struct LegacyInstancePrivate: public BaseInstancePrivate
|
|
{
|
|
}; |