summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tankbatt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tankbatt.h')
-rw-r--r--src/mame/includes/tankbatt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/tankbatt.h b/src/mame/includes/tankbatt.h
index 5c8ffae47f7..2819694ac7e 100644
--- a/src/mame/includes/tankbatt.h
+++ b/src/mame/includes/tankbatt.h
@@ -29,6 +29,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_tankbatt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -37,4 +38,4 @@ public:
-SCREEN_UPDATE_IND16( tankbatt );
+