summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/triplhnt.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-06 12:17:17 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-06 12:17:17 +0000
commit5800f74cd6d3ec3d2fb2ace34f3fa5bf8f04c18a (patch)
tree00327bec932267864b09d2120b7c9798dcee66ba /src/mame/includes/triplhnt.h
parentd19e0caf9dfa3890af9e9730d73fd0bf28baaf37 (diff)
TILE/TILEMAP modernization part 2 (no whatsnew)
Diffstat (limited to 'src/mame/includes/triplhnt.h')
-rw-r--r--src/mame/includes/triplhnt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/triplhnt.h b/src/mame/includes/triplhnt.h
index 115bfc394dc..75ea8857a5b 100644
--- a/src/mame/includes/triplhnt.h
+++ b/src/mame/includes/triplhnt.h
@@ -47,6 +47,7 @@ public:
DECLARE_READ8_MEMBER(triplhnt_misc_r);
DECLARE_READ8_MEMBER(triplhnt_da_latch_r);
DECLARE_DRIVER_INIT(triplhnt);
+ TILE_GET_INFO_MEMBER(get_tile_info);
};