mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-14 12:40:42 +00:00
13 lines
223 B
C++
13 lines
223 B
C++
|
#include "NostalgiaInstance.h"
|
||
|
|
||
|
NostalgiaInstance::NostalgiaInstance ( const QString& rootDir, SettingsObject* settings, QObject* parent )
|
||
|
: OneSixInstance ( rootDir, settings, parent )
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
ADD MORE
|
||
|
IF REQUIRED
|
||
|
*/
|