dxstdafx.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. //-----------------------------------------------------------------------------
  2. // File: DxStdAfx.h
  3. //
  4. // Desc: Header file that is the standard includes for the DirectX SDK samples
  5. //
  6. // Copyright (c) Microsoft Corporation. All rights reserved.
  7. //-----------------------------------------------------------------------------
  8. #if !defined(DXSDK_STDAFX_H)
  9. #define DXSDK_STDAFX_H
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. #define STRICT
  12. #include <windows.h>
  13. #include <windowsx.h>
  14. #include <mmsystem.h>
  15. #include <stdio.h>
  16. #include <assert.h>
  17. #include <tchar.h>
  18. #include <commctrl.h>
  19. #include <D3DX9.h>
  20. #include "DXUtil.h"
  21. #include "D3DEnumeration.h"
  22. #include "D3DSettings.h"
  23. #include "D3DApp.h"
  24. #include "D3DUtil.h"
  25. #include "D3DRes.h"
  26. #endif // !defined(DXSDK_STDAFX_H)