d884f849d6
Redone the instance action toolbar: * Removed all the dead actions * Change icon and Rename are now morphed into a header * Added button for opening the config folder Implemented support for loose files and folders as legacy jar mods Added texture pack support
12 lines
259 B
C++
12 lines
259 B
C++
#pragma once
|
|
|
|
#include "OneSixInstance.h"
|
|
|
|
class NostalgiaInstance : public OneSixInstance
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
explicit NostalgiaInstance(const QString &rootDir, SettingsObject * settings, QObject *parent = 0);
|
|
virtual QString getStatusbarDescription();
|
|
};
|