StarField.h
上传用户:kangjialed
上传日期:2021-05-31
资源大小:23k
文件大小:1k
源码类别:

屏幕保护

开发平台:

Visual C++

  1. // StarField.h : main header file for the STARFIELD application
  2. //
  3. #if !defined(AFX_STARFIELD_H__5CCD5DB7_C685_449C_B732_A65E74528F15__INCLUDED_)
  4. #define AFX_STARFIELD_H__5CCD5DB7_C685_449C_B732_A65E74528F15__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CStarFieldApp:
  14. // See StarField.cpp for the implementation of this class
  15. //
  16. class CStarFieldApp : public CWinApp
  17. {
  18. public:
  19. CStarFieldApp();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CStarFieldApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. //{{AFX_MSG(CStarFieldApp)
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };
  31. /////////////////////////////////////////////////////////////////////////////
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_STARFIELD_H__5CCD5DB7_C685_449C_B732_A65E74528F15__INCLUDED_)