diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /hammer/mdiclientwnd.h | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'hammer/mdiclientwnd.h')
| -rw-r--r-- | hammer/mdiclientwnd.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/hammer/mdiclientwnd.h b/hammer/mdiclientwnd.h new file mode 100644 index 0000000..12b16e1 --- /dev/null +++ b/hammer/mdiclientwnd.h @@ -0,0 +1,37 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef MDICLIENTWND_H +#define MDICLIENTWND_H +#ifdef _WIN32 +#pragma once +#endif + + +class CMDIClientWnd : public CWnd +{ +public: + + CMDIClientWnd(); + virtual ~CMDIClientWnd(); + + // ClassWizard generated virtual function overrides + //{{AFX_VIRTUAL(CMDIClientWnd) + //}}AFX_VIRTUAL + +protected: + + //{{AFX_MSG(CMDIClientWnd) + afx_msg BOOL OnEraseBkgnd(CDC *pDC); + //}}AFX_MSG + + DECLARE_MESSAGE_MAP() + +}; + + +#endif // MDICLIENTWND_H |