summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hexion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hexion.h')
-rw-r--r--src/mame/includes/hexion.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/hexion.h b/src/mame/includes/hexion.h
index 03e57f27b51..940a7a436c8 100644
--- a/src/mame/includes/hexion.h
+++ b/src/mame/includes/hexion.h
@@ -22,11 +22,12 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info0);
TILE_GET_INFO_MEMBER(get_tile_info1);
virtual void video_start();
+ UINT32 screen_update_hexion(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/hexion.c -----------*/
-SCREEN_UPDATE_IND16( hexion );
+