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
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__
|