summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mrjong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mrjong.h')
-rw-r--r--src/mame/includes/mrjong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/mrjong.h b/src/mame/includes/mrjong.h
index 85da06c5fb5..1ea65b89728 100644
--- a/src/mame/includes/mrjong.h
+++ b/src/mame/includes/mrjong.h
@@ -22,6 +22,7 @@ public:
DECLARE_WRITE8_MEMBER(mrjong_videoram_w);
DECLARE_WRITE8_MEMBER(mrjong_colorram_w);
DECLARE_WRITE8_MEMBER(mrjong_flipscreen_w);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
};