aboutsummaryrefslogtreecommitdiff
path: root/OpenFileGUICommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenFileGUICommand.h')
-rw-r--r--OpenFileGUICommand.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenFileGUICommand.h b/OpenFileGUICommand.h
new file mode 100644
index 0000000..dfaace3
--- /dev/null
+++ b/OpenFileGUICommand.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "Command.h"
+
+class OpenFileGUICommand : public Command {
+public:
+ using Command::Command;
+ virtual void execute();
+};
+