summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index 0096143c46c..104039edf3d 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -167,6 +167,13 @@ public:
// video overridables
virtual void *get_slider_list();
+ // midi overridables
+ // FIXME: this should return a list of devices, not list them on stdout
+ virtual void list_midi_devices(void);
+
+ // FIXME: everything below seems to be osd specific and not part of
+ // this INTERFACE but part of the osd IMPLEMENTATION
+
void init_subsystems();
virtual bool video_init();