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.

42 lines
880 B

  1. /*
  2. * $Id: d3drlddi.h,v 1.8 1995/11/21 14:42:53 sjl Exp $
  3. *
  4. * Copyright (c) RenderMorphics Ltd. 1993, 1994
  5. * Version 1.1
  6. *
  7. * All rights reserved.
  8. *
  9. * This file contains private, unpublished information and may not be
  10. * copied in part or in whole without express permission of
  11. * RenderMorphics Ltd.
  12. *
  13. */
  14. #ifndef _D3DRLDDI_H_
  15. #define _D3DRLDDI_H_
  16. #include "d3di.h"
  17. #if defined(__cplusplus)
  18. extern "C"
  19. {
  20. #endif
  21. #ifndef TRUE
  22. #define FALSE 0
  23. #define TRUE 1
  24. #endif
  25. typedef D3DRECT RLDDIRectangle;
  26. typedef D3DTLVERTEX RLDDIVertex;
  27. typedef D3DTRANSFORMDATA RLDDITransformData;
  28. #define RLDDI_TRIANGLE_ENABLE_EDGE01 D3DTRIANGLE_ENABLE_EDGE01
  29. #define RLDDI_TRIANGLE_ENABLE_EDGE12 D3DTRIANGLE_ENABLE_EDGE12
  30. #define RLDDI_TRIANGLE_ENABLE_EDGE20 D3DTRIANGLE_ENABLE_EDGE20
  31. #if defined(__cplusplus)
  32. };
  33. #endif
  34. #endif /* _D3DRLDDI_H_ */