d3dx.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. ///////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Copyright (C) Microsoft Corporation.  All Rights Reserved.
  4. //
  5. //  File:       d3dx.h
  6. //  Content:    D3DX utility library
  7. //
  8. ///////////////////////////////////////////////////////////////////////////
  9. #ifndef __D3DX_H__
  10. #define __D3DX_H__
  11. #ifndef D3DXINLINE
  12. #ifdef __cplusplus
  13. #define D3DXINLINE inline
  14. #else
  15. #define D3DXINLINE _inline
  16. #endif
  17. #endif
  18. #include "d3dxcore.h"
  19. #include "d3dxmath.h"
  20. #include "d3dxshapes.h"
  21. #include "d3dxsprite.h"
  22. #endif //__D3DX_H__