summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wwfsstar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wwfsstar.h')
-rw-r--r--src/mame/includes/wwfsstar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/wwfsstar.h b/src/mame/includes/wwfsstar.h
index 9124a128968..1063dec7501 100644
--- a/src/mame/includes/wwfsstar.h
+++ b/src/mame/includes/wwfsstar.h
@@ -26,10 +26,11 @@ public:
TILEMAP_MAPPER_MEMBER(bg0_scan);
TILE_GET_INFO_MEMBER(get_bg0_tile_info);
virtual void video_start();
+ UINT32 screen_update_wwfsstar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/wwfsstar.c -----------*/
-SCREEN_UPDATE_IND16( wwfsstar );
+