summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rampart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rampart.h')
-rw-r--r--src/mame/includes/rampart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/rampart.h b/src/mame/includes/rampart.h
index d7ef5466c2e..cd5b4cc21a6 100644
--- a/src/mame/includes/rampart.h
+++ b/src/mame/includes/rampart.h
@@ -20,10 +20,11 @@ public:
DECLARE_MACHINE_START(rampart);
DECLARE_MACHINE_RESET(rampart);
DECLARE_VIDEO_START(rampart);
+ UINT32 screen_update_rampart(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/rampart.c -----------*/
-SCREEN_UPDATE_IND16( rampart );
+