summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/metlclsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/metlclsh.h')
-rw-r--r--src/mame/includes/metlclsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/metlclsh.h b/src/mame/includes/metlclsh.h
index 7acb8cf34c7..26f31944ab9 100644
--- a/src/mame/includes/metlclsh.h
+++ b/src/mame/includes/metlclsh.h
@@ -58,4 +58,5 @@ public:
virtual void video_start() override;
uint32_t screen_update_metlclsh(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void metlclsh(machine_config &config);
};