summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/darkmist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/darkmist.h')
-rw-r--r--src/mame/includes/darkmist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/darkmist.h b/src/mame/includes/darkmist.h
index 90a765207b0..c38cd9dbed2 100644
--- a/src/mame/includes/darkmist.h
+++ b/src/mame/includes/darkmist.h
@@ -22,6 +22,9 @@ public:
DECLARE_WRITE8_MEMBER(darkmist_hw_w);
DECLARE_DRIVER_INIT(darkmist);
+ TILE_GET_INFO_MEMBER(get_bgtile_info);
+ TILE_GET_INFO_MEMBER(get_fgtile_info);
+ TILE_GET_INFO_MEMBER(get_txttile_info);
};