pollymc/api/logic/minecraft/ftb/FTBPlugin.h

13 lines
239 B
C
Raw Normal View History

#pragma once
2015-02-09 06:21:14 +05:30
#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);
};