summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/filemngr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/filemngr.h')
-rw-r--r--src/emu/ui/filemngr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/ui/filemngr.h b/src/emu/ui/filemngr.h
index c515aaeff2e..1e023477e10 100644
--- a/src/emu/ui/filemngr.h
+++ b/src/emu/ui/filemngr.h
@@ -25,6 +25,8 @@ public:
virtual void populate();
virtual void handle();
virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2);
+
+ void fill_image_line(device_image_interface *img, astring &instance, astring &filename);
};
#endif /* __UI_FILEMNGR_H__ */