summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ohmygod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ohmygod.h')
-rw-r--r--src/mame/includes/ohmygod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/ohmygod.h b/src/mame/includes/ohmygod.h
index 9c1341c97c0..31d9697f575 100644
--- a/src/mame/includes/ohmygod.h
+++ b/src/mame/includes/ohmygod.h
@@ -37,6 +37,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_ohmygod(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -44,4 +45,4 @@ public:
-SCREEN_UPDATE_IND16( ohmygod );
+