17 lines
273 B
C
17 lines
273 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__
|