summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/angelkds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/angelkds.h')
-rw-r--r--src/mame/includes/angelkds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/angelkds.h b/src/mame/includes/angelkds.h
index c60aff1f91d..12cd9ea40d2 100644
--- a/src/mame/includes/angelkds.h
+++ b/src/mame/includes/angelkds.h
@@ -59,6 +59,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_angelkds(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -68,4 +69,4 @@ public:
-SCREEN_UPDATE_IND16( angelkds );
+