diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-04 04:19:10 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-04 04:19:10 +0200 |
commit | 0adf1828b047699b9d15e2abf08a1ae0b89da73b (patch) | |
tree | b29fd7a91a33a1706367560288d67fb12329fd4c /gui/mainwindow.h | |
parent | 4f73091bb5bdbdb91329b9a4ef647fc8286d423c (diff) | |
download | MultiMC-0adf1828b047699b9d15e2abf08a1ae0b89da73b.tar MultiMC-0adf1828b047699b9d15e2abf08a1ae0b89da73b.tar.gz MultiMC-0adf1828b047699b9d15e2abf08a1ae0b89da73b.tar.lz MultiMC-0adf1828b047699b9d15e2abf08a1ae0b89da73b.tar.xz MultiMC-0adf1828b047699b9d15e2abf08a1ae0b89da73b.zip |
Download assets for 1.6 on application start (background task).
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 |