summaryrefslogtreecommitdiff
path: root/src/DbgIPS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DbgIPS.h')
-rw-r--r--src/DbgIPS.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/DbgIPS.h b/src/DbgIPS.h
index f66208e..ca63a16 100644
--- a/src/DbgIPS.h
+++ b/src/DbgIPS.h
@@ -1,12 +1,21 @@
#pragma once
#include "common.h"
+#include "resource.h"
class DbgIPS : public CDialog {
- DECLARE_MESSAGE_MAP()
-
public:
- DbgIPS(CWnd *pParentWnd);
+ DbgIPS(CWnd *pParent = NULL);
+
+ //{{AFX_DATA(DbgIPS)
+ enum { IDD = IDD_DBG_IPS };
+ //}}AFX_DATA
-protected:
+ //{{AFX_VIRTUAL(DbgIPS)
+ protected:
virtual void DoDataExchange(CDataExchange *pDX);
+ //}}AFX_VIRTUAL
+
+ //{{AFX_MSG(DbgIPS)
+ //}}AFX_MSG
+ DECLARE_MESSAGE_MAP()
};