summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fantland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fantland.h')
-rw-r--r--src/mame/includes/fantland.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/fantland.h b/src/mame/includes/fantland.h
index cd7a4ff570c..47e3741e2a7 100644
--- a/src/mame/includes/fantland.h
+++ b/src/mame/includes/fantland.h
@@ -47,9 +47,10 @@ public:
DECLARE_MACHINE_RESET(fantland);
DECLARE_MACHINE_START(borntofi);
DECLARE_MACHINE_RESET(borntofi);
+ UINT32 screen_update_fantland(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/fantland.c -----------*/
-SCREEN_UPDATE_IND16( fantland );
+