summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vindictr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vindictr.h')
-rw-r--r--src/mame/includes/vindictr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/vindictr.h b/src/mame/includes/vindictr.h
index 3659ebff345..042187ac060 100644
--- a/src/mame/includes/vindictr.h
+++ b/src/mame/includes/vindictr.h
@@ -17,6 +17,8 @@ public:
UINT16 m_playfield_yscroll;
DECLARE_READ16_MEMBER(port1_r);
DECLARE_DRIVER_INIT(vindictr);
+ TILE_GET_INFO_MEMBER(get_alpha_tile_info);
+ TILE_GET_INFO_MEMBER(get_playfield_tile_info);
};