summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/welltris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/welltris.h')
-rw-r--r--src/mame/includes/welltris.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/welltris.h b/src/mame/includes/welltris.h
index b026f9bb6b1..e283aaf3cb9 100644
--- a/src/mame/includes/welltris.h
+++ b/src/mame/includes/welltris.h
@@ -35,6 +35,7 @@ public:
DECLARE_DRIVER_INIT(welltris);
TILE_GET_INFO_MEMBER(get_welltris_tile_info);
virtual void video_start();
+ UINT32 screen_update_welltris(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -42,4 +43,4 @@ public:
-SCREEN_UPDATE_IND16( welltris );
+