summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/othunder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/othunder.h')
-rw-r--r--src/mame/includes/othunder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/othunder.h b/src/mame/includes/othunder.h
index 717dc6e8269..ec5bbffb24e 100644
--- a/src/mame/includes/othunder.h
+++ b/src/mame/includes/othunder.h
@@ -62,10 +62,11 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_othunder(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/othunder.c -----------*/
-SCREEN_UPDATE_IND16( othunder );
+