summaryrefslogtreecommitdiffstats
path: root/logic/ftb/FTBPlugin.h
blob: 6851d8a520f0f9738b1be7df7e29873867086870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <BaseInstance.h>

#include "multimc_logic_export.h"

// Pseudo-plugin for FTB related things. Super derpy!
class MULTIMC_LOGIC_EXPORT FTBPlugin
{
public:
	static void initialize(SettingsObjectPtr globalSettings);
	static void loadInstances(SettingsObjectPtr globalSettings, QMap<QString, QString> &groupMap, QList<InstancePtr> &tempList);
};