summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/travrusa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/travrusa.h')
-rw-r--r--src/mame/includes/travrusa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/travrusa.h b/src/mame/includes/travrusa.h
index d98a838de2b..008d3c3e7ef 100644
--- a/src/mame/includes/travrusa.h
+++ b/src/mame/includes/travrusa.h
@@ -24,6 +24,7 @@ public:
virtual void video_start();
virtual void palette_init();
DECLARE_PALETTE_INIT(shtrider);
+ UINT32 screen_update_travrusa(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/travrusa.c -----------*/
@@ -32,4 +33,4 @@ public:
-SCREEN_UPDATE_IND16( travrusa );
+