summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ftb/FTBPlugin.h
blob: e1b56545be91bdcf9414506ebba6c4b69d570c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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);
};