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
|
||
|
{
|
||
|
};
|