summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rpunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rpunch.h')
-rw-r--r--src/mame/includes/rpunch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/rpunch.h b/src/mame/includes/rpunch.h
index ea227ee7c70..733b3016600 100644
--- a/src/mame/includes/rpunch.h
+++ b/src/mame/includes/rpunch.h
@@ -35,6 +35,8 @@ public:
DECLARE_WRITE8_MEMBER(upd_data_w);
DECLARE_DRIVER_INIT(rabiolep);
DECLARE_DRIVER_INIT(svolley);
+ TILE_GET_INFO_MEMBER(get_bg0_tile_info);
+ TILE_GET_INFO_MEMBER(get_bg1_tile_info);
};