summaryrefslogtreecommitdiff
path: root/src/DbgStepRun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DbgStepRun.h')
-rw-r--r--src/DbgStepRun.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/DbgStepRun.h b/src/DbgStepRun.h
index fcaf1ff..5330b47 100644
--- a/src/DbgStepRun.h
+++ b/src/DbgStepRun.h
@@ -1,3 +1,13 @@
#pragma once
#include "common.h"
+class DbgStepRun : public CDialog {
+ DECLARE_MESSAGE_MAP()
+
+public:
+ DbgStepRun(CWnd *pParentWnd);
+
+protected:
+ virtual void DoDataExchange(CDataExchange *pDX);
+ afx_msg void OnCommand1006();
+};