mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-30 22:54:38 +02:00
9 lines
169 B
C
9 lines
169 B
C
#pragma once
|
|
|
|
#include "BaseInstance_p.h"
|
|
#include "OneSixVersion.h"
|
|
|
|
struct OneSixInstancePrivate: public BaseInstancePrivate
|
|
{
|
|
QSharedPointer<FullVersion> version;
|
|
}; |