mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02: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