summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gng.h')
-rw-r--r--src/mame/includes/gng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gng.h b/src/mame/includes/gng.h
index 47b6a00b201..424acfdc98e 100644
--- a/src/mame/includes/gng.h
+++ b/src/mame/includes/gng.h
@@ -43,4 +43,5 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_gng(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
};