summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fitfight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fitfight.h')
-rw-r--r--src/mame/includes/fitfight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/fitfight.h b/src/mame/includes/fitfight.h
index 827d90b3072..edaf25c2010 100644
--- a/src/mame/includes/fitfight.h
+++ b/src/mame/includes/fitfight.h
@@ -71,4 +71,6 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void bbprot(machine_config &config);
+ void fitfight(machine_config &config);
};