summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exerion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exerion.h')
-rw-r--r--src/mame/includes/exerion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/exerion.h b/src/mame/includes/exerion.h
index 0973895ad93..c96ad806ccf 100644
--- a/src/mame/includes/exerion.h
+++ b/src/mame/includes/exerion.h
@@ -74,4 +74,5 @@ public:
DECLARE_PALETTE_INIT(exerion);
uint32_t screen_update_exerion(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_background( bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void exerion(machine_config &config);
};