FaceMFC_v1.h
上传用户:xiaoge123
上传日期:2022-08-05
资源大小:5794k
文件大小:1k
- // FaceMFC_v1.h : main header file for the FACEMFC_V1 application
- //
- #if !defined(AFX_FACEMFC_V1_H__BD689E69_B321_477E_9351_973D4507E8CC__INCLUDED_)
- #define AFX_FACEMFC_V1_H__BD689E69_B321_477E_9351_973D4507E8CC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CFaceMFC_v1App:
- // See FaceMFC_v1.cpp for the implementation of this class
- //
- class CFaceMFC_v1App : public CWinApp
- {
- public:
- CFaceMFC_v1App();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFaceMFC_v1App)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CFaceMFC_v1App)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FACEMFC_V1_H__BD689E69_B321_477E_9351_973D4507E8CC__INCLUDED_)