summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/legacy/LegacyInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-07-15 14:04:09 +0200
committerPetr Mrázek <peterix@gmail.com>2018-07-15 14:04:09 +0200
commit03280cc62e75f8073f8d3d9e9e3952acf21fa77d (patch)
tree06f7546fb4941b51ca2367d9cdb257011271452a /api/logic/minecraft/legacy/LegacyInstance.h
parent128bce6acb4fa320b70e580b2d2e0db5d41db8e6 (diff)
downloadMultiMC-03280cc62e75f8073f8d3d9e9e3952acf21fa77d.tar
MultiMC-03280cc62e75f8073f8d3d9e9e3952acf21fa77d.tar.gz
MultiMC-03280cc62e75f8073f8d3d9e9e3952acf21fa77d.tar.lz
MultiMC-03280cc62e75f8073f8d3d9e9e3952acf21fa77d.tar.xz
MultiMC-03280cc62e75f8073f8d3d9e9e3952acf21fa77d.zip
NOISSUE separate new mods model from the simple one
It should list mods in various locations...
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyInstance.h')
-rw-r--r--api/logic/minecraft/legacy/LegacyInstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/minecraft/legacy/LegacyInstance.h b/api/logic/minecraft/legacy/LegacyInstance.h
index 7ab89509..1b4798f6 100644
--- a/api/logic/minecraft/legacy/LegacyInstance.h
+++ b/api/logic/minecraft/legacy/LegacyInstance.h
@@ -20,7 +20,7 @@
#include "multimc_logic_export.h"
-class ModList;
+class SimpleModList;
class LegacyModList;
class WorldList;
class Task;