summaryrefslogtreecommitdiff
path: root/src/createinstancedialogpages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/createinstancedialogpages.h')
-rw-r--r--src/createinstancedialogpages.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/createinstancedialogpages.h b/src/createinstancedialogpages.h
index 08953a74..7237bfb2 100644
--- a/src/createinstancedialogpages.h
+++ b/src/createinstancedialogpages.h
@@ -354,6 +354,15 @@ private:
MOBase::IPluginGame* confirmOtherGame(
const QString& path,
MOBase::IPluginGame* selectedGame, MOBase::IPluginGame* guessedGame);
+
+ // detects if the given path likely contains a Microsoft Store game
+ //
+ bool detectMicrosoftStore(const QString& path);
+
+ // tells the user that the path probably contains a Microsoft Store game that
+ // is not supported, returns true if the user decides to accept anyway.
+ //
+ bool confirmMicrosoftStore(const QString& path, MOBase::IPluginGame* game);
};