summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/holeland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/holeland.h')
-rw-r--r--src/mame/includes/holeland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/holeland.h b/src/mame/includes/holeland.h
index 6eb76c73588..520f834ef5e 100644
--- a/src/mame/includes/holeland.h
+++ b/src/mame/includes/holeland.h
@@ -56,4 +56,6 @@ public:
uint32_t screen_update_crzrally(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void holeland_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void crzrally_draw_sprites( bitmap_ind16 &bitmap,const rectangle &cliprect );
+ void crzrally(machine_config &config);
+ void holeland(machine_config &config);
};