summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 120e83fa..28fc14ca 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -229,6 +229,12 @@ private:
bool testForSteam();
+ /*
+ * std::vector<std::pair<QString, QString>> fileMapping(const QString &dataPath,
+ const MOShared::DirectoryEntry *base,
+ const MOShared::DirectoryEntry *directoryEntry);
+*/
+
bool waitForProcessCompletion(HANDLE handle, LPDWORD exitCode);
private slots: