summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/raiden2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/raiden2.h')
-rw-r--r--src/mame/includes/raiden2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/raiden2.h b/src/mame/includes/raiden2.h
index 508b73cf2f8..60c965dff04 100644
--- a/src/mame/includes/raiden2.h
+++ b/src/mame/includes/raiden2.h
@@ -121,6 +121,10 @@ public:
DECLARE_DRIVER_INIT(xsedae);
DECLARE_DRIVER_INIT(zeroteam);
DECLARE_DRIVER_INIT(raiden2);
+ TILE_GET_INFO_MEMBER(get_back_tile_info);
+ TILE_GET_INFO_MEMBER(get_mid_tile_info);
+ TILE_GET_INFO_MEMBER(get_fore_tile_info);
+ TILE_GET_INFO_MEMBER(get_text_tile_info);
};