summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelco3d.h')
-rw-r--r--src/mame/includes/gaelco3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/gaelco3d.h b/src/mame/includes/gaelco3d.h
index 2efeb54723f..da556145f7e 100644
--- a/src/mame/includes/gaelco3d.h
+++ b/src/mame/includes/gaelco3d.h
@@ -115,6 +115,7 @@ public:
virtual void video_start();
DECLARE_MACHINE_RESET(gaelco3d2);
DECLARE_MACHINE_RESET(common);
+ UINT32 screen_update_gaelco3d(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -124,4 +125,4 @@ void gaelco3d_render(screen_device &screen);
-SCREEN_UPDATE_IND16( gaelco3d );
+