summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/phoenix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/phoenix.h')
-rw-r--r--src/mame/includes/phoenix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h
index a72eb273c9a..d84c76267bc 100644
--- a/src/mame/includes/phoenix.h
+++ b/src/mame/includes/phoenix.h
@@ -28,6 +28,8 @@ public:
DECLARE_CUSTOM_INPUT_MEMBER(player_input_r);
DECLARE_CUSTOM_INPUT_MEMBER(pleiads_protection_r);
DECLARE_DRIVER_INIT(condor);
+ TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
};