ControlPoint3D.h
上传用户:zj_jiuzhou
上传日期:2022-06-20
资源大小:1859k
文件大小:1k
- // ControlPoint3D.h : main header file for the CONTROLPOINT3D application
- //
- #if !defined(AFX_CONTROLPOINT3D_H__09A53D86_00E3_405B_BBA8_BAED08C031A7__INCLUDED_)
- #define AFX_CONTROLPOINT3D_H__09A53D86_00E3_405B_BBA8_BAED08C031A7__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
- /////////////////////////////////////////////////////////////////////////////
- // CControlPoint3DApp:
- // See ControlPoint3D.cpp for the implementation of this class
- //
- class CControlPoint3DApp : public CWinApp
- {
- public:
- CControlPoint3DApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CControlPoint3DApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CControlPoint3DApp)
- // 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_CONTROLPOINT3D_H__09A53D86_00E3_405B_BBA8_BAED08C031A7__INCLUDED_)