Source code of Windows XP (NT5)
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.

16 lines
273 B

  1. // Copyright (C) Microsoft Corporation. All Rights Reserved.
  2. #ifndef __D3D8RGBRAST_H__
  3. #define __D3D8RGBRAST_H__
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif //__cplusplus
  7. extern void* D3D8RGBRasterizer;
  8. #ifdef __cplusplus
  9. }
  10. #endif //__cplusplus
  11. #endif //__D3D8RGBRAST_H__