summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/redalert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/redalert.h')
-rw-r--r--src/mame/includes/redalert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/redalert.h b/src/mame/includes/redalert.h
index 8b873b1374f..8da32a24295 100644
--- a/src/mame/includes/redalert.h
+++ b/src/mame/includes/redalert.h
@@ -37,6 +37,9 @@ public:
DECLARE_WRITE8_MEMBER(demoneye_audio_command_w);
DECLARE_VIDEO_START(redalert);
DECLARE_VIDEO_START(ww3);
+ UINT32 screen_update_redalert(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_demoneye(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_panther(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};