diff options
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r-- | gui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 8ab90cc6..6fa83973 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -28,6 +28,7 @@ class KCategorizedView; class KCategoryDrawer; class MinecraftProcess; class ConsoleWindow; +class OneSixAssets; namespace Ui { @@ -128,6 +129,7 @@ private: InstanceList instList; MinecraftProcess *proc; ConsoleWindow *console; + OneSixAssets *assets_downloader; // A pointer to the instance we are actively doing stuff with. // This is set when the user launches an instance and is used to refer to that |