Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
575 B

  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__