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); };