summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/retofinv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/retofinv.h')
-rw-r--r--src/mame/includes/retofinv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/retofinv.h b/src/mame/includes/retofinv.h
index b185def5ec0..ef09822a8bc 100644
--- a/src/mame/includes/retofinv.h
+++ b/src/mame/includes/retofinv.h
@@ -61,6 +61,7 @@ public:
TILE_GET_INFO_MEMBER(fg_get_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_retofinv(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -72,4 +73,4 @@ public:
-SCREEN_UPDATE_IND16( retofinv );
+