summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/raiden.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/raiden.h')
-rw-r--r--src/mame/includes/raiden.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/raiden.h b/src/mame/includes/raiden.h
index e7d5e34baa7..0abe5f16d43 100644
--- a/src/mame/includes/raiden.h
+++ b/src/mame/includes/raiden.h
@@ -34,6 +34,9 @@ public:
DECLARE_DRIVER_INIT(raidenk);
DECLARE_DRIVER_INIT(raiden);
DECLARE_DRIVER_INIT(raidena);
+ TILE_GET_INFO_MEMBER(get_back_tile_info);
+ TILE_GET_INFO_MEMBER(get_fore_tile_info);
+ TILE_GET_INFO_MEMBER(get_text_tile_info);
};