summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/laserbat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/laserbat.h')
-rw-r--r--src/mame/includes/laserbat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/laserbat.h b/src/mame/includes/laserbat.h
index ef186bdce48..7a9cd7602a6 100644
--- a/src/mame/includes/laserbat.h
+++ b/src/mame/includes/laserbat.h
@@ -81,6 +81,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_laserbat(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};