summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kickgoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kickgoal.h')
-rw-r--r--src/mame/includes/kickgoal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/kickgoal.h b/src/mame/includes/kickgoal.h
index 2c40802b3fa..3dd329c9f03 100644
--- a/src/mame/includes/kickgoal.h
+++ b/src/mame/includes/kickgoal.h
@@ -85,4 +85,6 @@ public:
required_device<okim6295_device> m_oki;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void kickgoal(machine_config &config);
+ void actionhw(machine_config &config);
};