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