summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skyfox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skyfox.h')
-rw-r--r--src/mame/includes/skyfox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/skyfox.h b/src/mame/includes/skyfox.h
index 9bd248d368f..83eb041565e 100644
--- a/src/mame/includes/skyfox.h
+++ b/src/mame/includes/skyfox.h
@@ -45,4 +45,5 @@ public:
INTERRUPT_GEN_MEMBER(skyfox_interrupt);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void draw_background(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void skyfox(machine_config &config);
};