summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stlforce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stlforce.h')
-rw-r--r--src/mame/includes/stlforce.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/stlforce.h b/src/mame/includes/stlforce.h
index 0401c70fb9b..6d3b750c034 100644
--- a/src/mame/includes/stlforce.h
+++ b/src/mame/includes/stlforce.h
@@ -38,6 +38,10 @@ public:
DECLARE_WRITE16_MEMBER(oki_bank_w);
DECLARE_DRIVER_INIT(twinbrat);
DECLARE_DRIVER_INIT(stlforce);
+ TILE_GET_INFO_MEMBER(get_stlforce_bg_tile_info);
+ TILE_GET_INFO_MEMBER(get_stlforce_mlow_tile_info);
+ TILE_GET_INFO_MEMBER(get_stlforce_mhigh_tile_info);
+ TILE_GET_INFO_MEMBER(get_stlforce_tx_tile_info);
};