summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lordgun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lordgun.h')
-rw-r--r--src/mame/includes/lordgun.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/lordgun.h b/src/mame/includes/lordgun.h
index f48bec3e532..2a22a769b61 100644
--- a/src/mame/includes/lordgun.h
+++ b/src/mame/includes/lordgun.h
@@ -59,6 +59,10 @@ public:
DECLARE_DRIVER_INIT(lordgun);
DECLARE_DRIVER_INIT(aliencha);
DECLARE_DRIVER_INIT(alienchac);
+ TILE_GET_INFO_MEMBER(get_tile_info_0);
+ TILE_GET_INFO_MEMBER(get_tile_info_1);
+ TILE_GET_INFO_MEMBER(get_tile_info_2);
+ TILE_GET_INFO_MEMBER(get_tile_info_3);
};