summaryrefslogtreecommitdiffabout
path: root/Retrier.h
Unidiff
Diffstat (limited to 'Retrier.h') (more/less context) (ignore whitespace changes)
-rw-r--r--Retrier.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/Retrier.h b/Retrier.h
new file mode 100644
index 0000000..1a50ce2
--- a/dev/null
+++ b/Retrier.h
@@ -0,0 +1,38 @@
1// Retrier.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CRetrier window
6
7class CPumpKINDlg;
8class CRetrier : public CWnd
9{
10// Construction
11public:
12 CPumpKINDlg* m_Daddy;
13 CRetrier(CPumpKINDlg *daddy);
14
15// Attributes
16public:
17
18// Operations
19public:
20
21// Overrides
22 // ClassWizard generated virtual function overrides
23 //{{AFX_VIRTUAL(CRetrier)
24 //}}AFX_VIRTUAL
25
26// Implementation
27public:
28 virtual ~CRetrier();
29
30 // Generated message map functions
31protected:
32 //{{AFX_MSG(CRetrier)
33 afx_msg void OnTimer(UINT nIDEvent);
34 //}}AFX_MSG
35 DECLARE_MESSAGE_MAP()
36};
37
38/////////////////////////////////////////////////////////////////////////////