Move all the things (YES. Move them.)

Also, implemented some basic modlist logic, to be wired up.
This commit is contained in:
Petr Mrázek
2013-08-17 13:40:51 +02:00
parent 77e8066542
commit 253067c782
184 changed files with 414 additions and 345 deletions

View File

@@ -2,7 +2,7 @@
#define CONSOLEWINDOW_H
#include <QDialog>
#include "MinecraftProcess.h"
#include "logic/MinecraftProcess.h"
namespace Ui {
class ConsoleWindow;