summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/strnskil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/strnskil.h')
-rw-r--r--src/mame/includes/strnskil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/strnskil.h b/src/mame/includes/strnskil.h
index 73d7fd91877..586933c29b0 100644
--- a/src/mame/includes/strnskil.h
+++ b/src/mame/includes/strnskil.h
@@ -48,4 +48,6 @@ public:
DECLARE_PALETTE_INIT(strnskil);
uint32_t screen_update_strnskil(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void strnskil(machine_config &config);
+ void banbam(machine_config &config);
};