summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/brkthru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/brkthru.h')
-rw-r--r--src/mame/includes/brkthru.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h
index eda08536e94..cd61da90fdd 100644
--- a/src/mame/includes/brkthru.h
+++ b/src/mame/includes/brkthru.h
@@ -58,4 +58,6 @@ public:
uint32_t screen_update_brkthru(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int prio );
+ void brkthru(machine_config &config);
+ void darwin(machine_config &config);
};