StarField.h
上传用户:kangjialed
上传日期:2021-05-31
资源大小:23k
文件大小:1k
- // StarField.h : main header file for the STARFIELD application
- //
- #if !defined(AFX_STARFIELD_H__5CCD5DB7_C685_449C_B732_A65E74528F15__INCLUDED_)
- #define AFX_STARFIELD_H__5CCD5DB7_C685_449C_B732_A65E74528F15__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
- /////////////////////////////////////////////////////////////////////////////
- // CStarFieldApp:
- // See StarField.cpp for the implementation of this class
- //
- class CStarFieldApp : public CWinApp
- {
- public:
- CStarFieldApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStarFieldApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CStarFieldApp)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STARFIELD_H__5CCD5DB7_C685_449C_B732_A65E74528F15__INCLUDED_)