summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlex.h')
-rw-r--r--src/mame/includes/battlex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/battlex.h b/src/mame/includes/battlex.h
index bb84bada06b..e8ec6157344 100644
--- a/src/mame/includes/battlex.h
+++ b/src/mame/includes/battlex.h
@@ -31,6 +31,7 @@ public:
DECLARE_WRITE8_MEMBER(battlex_flipscreen_w);
DECLARE_CUSTOM_INPUT_MEMBER(battlex_in0_b4_r);
DECLARE_DRIVER_INIT(battlex);
+ TILE_GET_INFO_MEMBER(get_bg_tile_info);
};