1
0
mirror of https://github.com/DxWnd/DxWnd.reloaded synced 2024-12-30 09:25:35 +01:00
DxWnd.reloaded/host/MainFrm.h
gho tik caa3532608 v2_01_100
Former-commit-id: e800c7f1c024ce2745ac1597b470b25d3ec814df
2017-03-06 10:20:23 -05:00

53 lines
1.3 KiB
C++

// MainFrm.h : CMainFrame class definition and interface declarations.
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__B2E9EA08_683A_47A3_ADA1_C6EE97866607__INCLUDED_)
#define AFX_MAINFRM_H__B2E9EA08_683A_47A3_ADA1_C6EE97866607__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMainFrame : public CFrameWnd
{
protected: // Create from serialization only features.
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// Attributes
public:
// Operation
public:
// Override
// ClassWizard Generates a virtual function overrides.
//{{AFX_VIRTUAL(CMainFrame)
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMainFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ Will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINFRM_H__B2E9EA08_683A_47A3_ADA1_C6EE97866607__INCLUDED_)