summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mustache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mustache.h')
-rw-r--r--src/mame/includes/mustache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/mustache.h b/src/mame/includes/mustache.h
index 752f3a4b48d..f9aa5cdf368 100644
--- a/src/mame/includes/mustache.h
+++ b/src/mame/includes/mustache.h
@@ -44,4 +44,5 @@ public:
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );
TIMER_DEVICE_CALLBACK_MEMBER(scanline);
+ void mustache(machine_config &config);
};