summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cloak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cloak.h')
-rw-r--r--src/mame/includes/cloak.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/cloak.h b/src/mame/includes/cloak.h
index 0dce9078f26..e75599092a2 100644
--- a/src/mame/includes/cloak.h
+++ b/src/mame/includes/cloak.h
@@ -40,6 +40,7 @@ public:
void adjust_xy(int offset);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start();
+ UINT32 screen_update_cloak(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -48,4 +49,4 @@ public:
-SCREEN_UPDATE_IND16( cloak );
+