summaryrefslogtreecommitdiff
path: root/src/moapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/moapplication.h')
-rw-r--r--src/moapplication.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/moapplication.h b/src/moapplication.h
index 8cbb5f28..7423c897 100644
--- a/src/moapplication.h
+++ b/src/moapplication.h
@@ -26,6 +26,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
class Settings;
class SingleInstance;
class Instance;
+class PluginContainer;
namespace MOBase { class IPluginGame; }
namespace cl { class CommandLine; }
@@ -57,11 +58,7 @@ private:
int doOneRun(SingleInstance& singleInstance);
std::optional<Instance> getCurrentInstance();
-
- int runApplication(
- SingleInstance& singleInstance,
- const QString &dataPath, Instance& currentInstance);
-
+ std::optional<int> setupInstanceLoop(Instance& currentInstance, PluginContainer& pc);
void purgeOldFiles();
void resetForRestart();
};