2025-04-27 07:49:33 -04:00

17 lines
289 B
C

// Copyright (C) Microsoft Corporation. All Rights Reserved.
#ifndef __D3D8RGBRAST_H__
#define __D3D8RGBRAST_H__
#ifdef __cplusplus
extern "C" {
#endif //__cplusplus
extern void* D3D8RGBRasterizer;
#ifdef __cplusplus
}
#endif //__cplusplus
#endif //__D3D8RGBRAST_H__