summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/drawd3d.h
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-02-18 23:10:22 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-02-21 03:03:28 +0100
commiteca47070a5894d7e95bde0ad877eddada2733393 (patch)
tree203af4f71eade5b36ad2d649bbaedb01e06e3b28 /src/osd/modules/render/drawd3d.h
parent664a0aee905f37059ae371757f789e2f0ebbfb13 (diff)
More work on targets, nw
Diffstat (limited to 'src/osd/modules/render/drawd3d.h')
-rw-r--r--src/osd/modules/render/drawd3d.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/render/drawd3d.h b/src/osd/modules/render/drawd3d.h
index 8ddb8acef54..35bd5f1843b 100644
--- a/src/osd/modules/render/drawd3d.h
+++ b/src/osd/modules/render/drawd3d.h
@@ -25,13 +25,13 @@
// TYPE DEFINITIONS
//============================================================
-class vertex;
+struct vertex;
class texture_info;
class texture_manager;
-class device;
-class vertex_buffer;
+struct device;
+struct vertex_buffer;
class shaders;
-class hlsl_options;
+struct hlsl_options;
class poly_info;
/* renderer is the information about Direct3D for the current screen */