summaryrefslogtreecommitdiff
path: root/src/dumps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumps.h')
-rw-r--r--src/dumps.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dumps.h b/src/dumps.h
new file mode 100644
index 0000000..8aa8dc9
--- /dev/null
+++ b/src/dumps.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "pixels.h"
+
+QList<Pixels> openDump(const QString &dumpPath = "");
+std::optional<Pixels> openRawProfile(const QString &filePath);