summaryrefslogtreecommitdiffstats
path: root/Tools/compareTraces/CommandLineArgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/compareTraces/CommandLineArgs.h')
-rw-r--r--Tools/compareTraces/CommandLineArgs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tools/compareTraces/CommandLineArgs.h b/Tools/compareTraces/CommandLineArgs.h
new file mode 100644
index 0000000..d434e76
--- /dev/null
+++ b/Tools/compareTraces/CommandLineArgs.h
@@ -0,0 +1,9 @@
+#pragma once
+
+struct CommandLineArgs
+{
+ int64_t printDiff = -1;
+ std::array<CString, 2> inputs;
+
+ bool parse( int argc, wchar_t* argv[] );
+}; \ No newline at end of file