mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
Split MultiMC up into a few separate libraries.
Fixed plugin system. Tons of other stuff...
This commit is contained in:
parent
f71479ec33
commit
dd2e836b4c
42 changed files with 404 additions and 300 deletions
4
main.cpp
4
main.cpp
|
|
@ -17,12 +17,12 @@
|
|||
#include "gui/mainwindow.h"
|
||||
#include <QApplication>
|
||||
|
||||
#include "data/appsettings.h"
|
||||
#include "appsettings.h"
|
||||
#include "data/loginresponse.h"
|
||||
|
||||
#include "data/plugin/pluginmanager.h"
|
||||
|
||||
#include "util/pathutils.h"
|
||||
#include "pathutils.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue