mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 04:00:06 +00:00
NOISSUE Move FTB logic out of generic code
This commit is contained in:
11
logic/ftb/FTBPlugin.h
Normal file
11
logic/ftb/FTBPlugin.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <logic/BaseInstance.h>
|
||||
|
||||
// Pseudo-plugin for FTB related things. Super derpy!
|
||||
class FTBPlugin
|
||||
{
|
||||
public:
|
||||
static void initialize();
|
||||
static void loadInstances(QMap<QString, QString> &groupMap, QList<InstancePtr> &tempList);
|
||||
};
|
||||
Reference in New Issue
Block a user