summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/warriorb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/warriorb.h')
-rw-r--r--src/mame/includes/warriorb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/warriorb.h b/src/mame/includes/warriorb.h
index 4f3d4187293..c92a98dcf96 100644
--- a/src/mame/includes/warriorb.h
+++ b/src/mame/includes/warriorb.h
@@ -70,4 +70,6 @@ public:
uint32_t screen_update_right(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int x_offs, int y_offs );
uint32_t update_screen(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int xoffs, tc0100scn_device *tc0100scn);
+ void warriorb(machine_config &config);
+ void darius2d(machine_config &config);
};