home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / atltangram / mfctangram / mfctangram.h < prev    next >
C/C++ Source or Header  |  1998-03-26  |  2KB  |  60 lines

  1. // MFCTangram.h : main header file for the MFCTANGRAM application
  2. //
  3. // This is a part of the Active Template Library.
  4. // Copyright (C) 1996-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Active Template Library Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Active Template Library product.
  12.  
  13. #if !defined(AFX_MFCTANGRAM_H__D1CF42D1_B039_11D0_B69F_00A0C903487A__INCLUDED_)
  14. #define AFX_MFCTANGRAM_H__D1CF42D1_B039_11D0_B69F_00A0C903487A__INCLUDED_
  15.  
  16. #if _MSC_VER >= 1000
  17. #pragma once
  18. #endif // _MSC_VER >= 1000
  19.  
  20. #ifndef __AFXWIN_H__
  21.     #error include 'stdafx.h' before including this file for PCH
  22. #endif
  23.  
  24. #include "resource.h"       // main symbols
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CMFCTangramApp:
  28. // See MFCTangram.cpp for the implementation of this class
  29. //
  30.  
  31. class CMFCTangramApp : public CWinApp
  32. {
  33. public:
  34.     CMFCTangramApp();
  35.  
  36. // Overrides
  37.     // ClassWizard generated virtual function overrides
  38.     //{{AFX_VIRTUAL(CMFCTangramApp)
  39.     public:
  40.     virtual BOOL InitInstance();
  41.     //}}AFX_VIRTUAL
  42.  
  43. // Implementation
  44.  
  45.     //{{AFX_MSG(CMFCTangramApp)
  46.     afx_msg void OnAppAbout();
  47.         // NOTE - the ClassWizard will add and remove member functions here.
  48.         //    DO NOT EDIT what you see in these blocks of generated code !
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53.  
  54. /////////////////////////////////////////////////////////////////////////////
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_MFCTANGRAM_H__D1CF42D1_B039_11D0_B69F_00A0C903487A__INCLUDED_)
  60.