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/optview2d.h | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'hammer/optview2d.h')
| -rw-r--r-- | hammer/optview2d.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/hammer/optview2d.h b/hammer/optview2d.h new file mode 100644 index 0000000..2acfa3f --- /dev/null +++ b/hammer/optview2d.h @@ -0,0 +1,47 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +// OPTView2D.h : header file +// + +///////////////////////////////////////////////////////////////////////////// +// COPTView2D dialog + +class COPTView2D : public CPropertyPage +{ + DECLARE_DYNCREATE(COPTView2D) + +// Construction +public: + COPTView2D(); + ~COPTView2D(); + +// Dialog Data + //{{AFX_DATA(COPTView2D) + enum { IDD = IDD_OPTIONS_2D }; + CSliderCtrl m_cGridIntensity; + //}}AFX_DATA + + +// Overrides + // ClassWizard generate virtual function overrides + //{{AFX_VIRTUAL(COPTView2D) + public: + virtual BOOL OnApply(); + protected: + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + //}}AFX_VIRTUAL + +// Implementation +protected: + // Generated message map functions + //{{AFX_MSG(COPTView2D) + virtual BOOL OnInitDialog(); + //}}AFX_MSG + DECLARE_MESSAGE_MAP() + +}; |