summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-02-18 15:57:34 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-02-21 03:03:23 +0100
commit9a47a870df619656e9092f2f77622e84e640307a (patch)
treeb8640bf79ffb55d0c9ed6fc27bbd4ce16a5e1a2e /src/osd/osdepend.h
parentdadf8e7d79696996ab3ef840fe99a588ede538fa (diff)
First take on render API reorg, nw
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index 5b57f55881c..9e19b1419b1 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -41,6 +41,8 @@ public:
// ======================> osd_interface
+class slider_state;
+
// description of the currently-running machine
class osd_interface
{
@@ -63,7 +65,7 @@ public:
virtual void customize_input_type_list(simple_list<input_type_entry> &typelist) = 0;
// video overridables
- virtual void *get_slider_list() = 0; // FIXME: returns slider_state *
+ virtual slider_state *get_slider_list() = 0;
// font interface
virtual osd_font *font_alloc() = 0;