16 lines
289 B
16 lines
289 B
// 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__
|