summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pacland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pacland.h')
-rw-r--r--src/mame/includes/pacland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/pacland.h b/src/mame/includes/pacland.h
index 4cd4d6302ab..9c5bd77f3bc 100644
--- a/src/mame/includes/pacland.h
+++ b/src/mame/includes/pacland.h
@@ -69,4 +69,5 @@ public:
void switch_palette();
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int flip, int whichmask);
void draw_fg(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
+ void pacland(machine_config &config);
};