summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rampart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rampart.h')
-rw-r--r--src/mame/includes/rampart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/rampart.h b/src/mame/includes/rampart.h
index 9ac21bea826..ff2285e67fc 100644
--- a/src/mame/includes/rampart.h
+++ b/src/mame/includes/rampart.h
@@ -38,4 +38,5 @@ public:
void rampart_bitmap_render(bitmap_ind16 &bitmap, const rectangle &cliprect);
static const atari_motion_objects_config s_mob_config;
+ void rampart(machine_config &config);
};