summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mermaid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mermaid.h')
-rw-r--r--src/mame/includes/mermaid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/mermaid.h b/src/mame/includes/mermaid.h
index d268625b33a..c1fd9339256 100644
--- a/src/mame/includes/mermaid.h
+++ b/src/mame/includes/mermaid.h
@@ -70,6 +70,8 @@ public:
DECLARE_WRITE8_MEMBER(rougien_gfxbankswitch1_w);
DECLARE_WRITE8_MEMBER(rougien_gfxbankswitch2_w);
DECLARE_READ8_MEMBER(mermaid_collision_r);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
};