summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blueprnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blueprnt.h')
-rw-r--r--src/mame/includes/blueprnt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/blueprnt.h b/src/mame/includes/blueprnt.h
index 4434b9c3b81..1d976189011 100644
--- a/src/mame/includes/blueprnt.h
+++ b/src/mame/includes/blueprnt.h
@@ -56,4 +56,6 @@ public:
DECLARE_PALETTE_INIT(blueprnt);
uint32_t screen_update_blueprnt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void blueprnt(machine_config &config);
+ void grasspin(machine_config &config);
};