summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crshrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crshrace.h')
-rw-r--r--src/mame/includes/crshrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/crshrace.h b/src/mame/includes/crshrace.h
index e4fb7271fad..1f9b81f2d23 100644
--- a/src/mame/includes/crshrace.h
+++ b/src/mame/includes/crshrace.h
@@ -65,4 +65,5 @@ public:
uint32_t screen_update_crshrace(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_bg( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect );
void draw_fg(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void crshrace(machine_config &config);
};