summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dogfgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dogfgt.h')
-rw-r--r--src/mame/includes/dogfgt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/dogfgt.h b/src/mame/includes/dogfgt.h
index 1658e487da4..d1f33a014bc 100644
--- a/src/mame/includes/dogfgt.h
+++ b/src/mame/includes/dogfgt.h
@@ -52,6 +52,7 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_dogfgt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -60,4 +61,4 @@ public:
-SCREEN_UPDATE_IND16( dogfgt );
+