StdAfx.h
上传用户:kkzhu_0
上传日期:2007-01-05
资源大小:214k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. #ifndef _FIVE_HPP
  6. #define _FIVE_HPP
  7. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  8. class CFive;
  9. #include <afxwin.h>         // MFC core and standard components
  10. #include <afxext.h>         // MFC extensions
  11. //#ifndef _AFX_NO_AFXCMN_SUPPORT
  12. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  13. //#endif // _AFX_NO_AFXCMN_SUPPORT
  14. #include <afxmt.h>
  15. #include "game.h"
  16. #include "five.h"
  17. #include "NewDlg.h"
  18. #include "MainFrm.h"
  19. #include "FiveDoc.h"
  20. #include "FiveView.h"
  21. #include "CountDlg.h"
  22. #include "ErrorDlg.h"
  23. #include "HelpDlg.h"
  24. #include "SetDlg.h"
  25. #include "ExitDlg.h"
  26. #endif