WTF, I don't even...
This commit is contained in:
parent
2e0cbf393a
commit
13b1b98f7c
29 changed files with 632 additions and 772 deletions
|
@ -0,0 +1,18 @@
|
|||
#include "OneSixInstance.h"
|
||||
#include "OneSixInstance_p.h"
|
||||
|
||||
OneSixInstance::OneSixInstance ( const QString& rootDir, SettingsObject* settings, QObject* parent )
|
||||
: BaseInstance ( new OneSixInstancePrivate(), rootDir, settings, parent )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
GameUpdateTask* OneSixInstance::doUpdate()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
MinecraftProcess* OneSixInstance::prepareForLaunch ( QString user, QString session )
|
||||
{
|
||||
return nullptr;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue