summaryrefslogtreecommitdiffstats
path: root/backend/NostalgiaInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/NostalgiaInstance.h')
-rw-r--r--backend/NostalgiaInstance.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/backend/NostalgiaInstance.h b/backend/NostalgiaInstance.h
new file mode 100644
index 00000000..7c48713b
--- /dev/null
+++ b/backend/NostalgiaInstance.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "OneSixInstance.h"
+
+class LIBMULTIMC_EXPORT NostalgiaInstance : public OneSixInstance
+{
+ Q_OBJECT
+public:
+ explicit NostalgiaInstance(const QString &rootDir, SettingsObject * settings, QObject *parent = 0);
+};