diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/osd/windows/d3dhlsl.h | 2 | ||||
-rw-r--r-- | src/osd/windows/drawd3d.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/windows/d3dhlsl.h b/src/osd/windows/d3dhlsl.h index fc896a11732..84bdaed1fc4 100644 --- a/src/osd/windows/d3dhlsl.h +++ b/src/osd/windows/d3dhlsl.h @@ -50,7 +50,7 @@ class d3d_render_target; class d3d_cache_target; -class d3d_info; +struct d3d_info; /* hlsl_options is the information about runtime-mutable Direct3D HLSL options */ /* in the future this will be moved into an OSD/emu shared buffer */ diff --git a/src/osd/windows/drawd3d.h b/src/osd/windows/drawd3d.h index 4c1e5979da5..b6ec8371c24 100644 --- a/src/osd/windows/drawd3d.h +++ b/src/osd/windows/drawd3d.h @@ -59,7 +59,7 @@ // TYPE DEFINITIONS //============================================================ -class d3d_info; +struct d3d_info; /* d3d_cache_target is a simple linked list containing only a rednerable target and texture, used for phosphor effects */ class d3d_cache_target |