summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/offtwall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/offtwall.h')
-rw-r--r--src/mame/includes/offtwall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/offtwall.h b/src/mame/includes/offtwall.h
index ee7cda3599b..34b367dca29 100644
--- a/src/mame/includes/offtwall.h
+++ b/src/mame/includes/offtwall.h
@@ -45,4 +45,5 @@ public:
uint32_t screen_update_offtwall(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
static const atari_motion_objects_config s_mob_config;
+ void offtwall(machine_config &config);
};