pollymc/logic/NostalgiaInstance.cpp
Petr Mrázek d884f849d6 All kinds of incremental improvements
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
2013-08-25 01:32:42 +02:00

19 lines
328 B
C++

#include "NostalgiaInstance.h"
NostalgiaInstance::NostalgiaInstance ( const QString& rootDir, SettingsObject* settings, QObject* parent )
: OneSixInstance ( rootDir, settings, parent )
{
}
QString NostalgiaInstance::getStatusbarDescription()
{
return "Nostalgia : " + intendedVersionId();
}
/*
ADD MORE
IF REQUIRED
*/