summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dcon.h')
-rw-r--r--src/mame/includes/dcon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/dcon.h b/src/mame/includes/dcon.h
index efaee34ea8b..8d8e042af61 100644
--- a/src/mame/includes/dcon.h
+++ b/src/mame/includes/dcon.h
@@ -32,6 +32,10 @@ public:
DECLARE_WRITE16_MEMBER(dcon_midground_w);
DECLARE_WRITE16_MEMBER(dcon_text_w);
DECLARE_DRIVER_INIT(sdgndmps);
+ TILE_GET_INFO_MEMBER(get_back_tile_info);
+ TILE_GET_INFO_MEMBER(get_fore_tile_info);
+ TILE_GET_INFO_MEMBER(get_mid_tile_info);
+ TILE_GET_INFO_MEMBER(get_text_tile_info);
};