summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mrjong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mrjong.h')
-rw-r--r--src/mame/includes/mrjong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/mrjong.h b/src/mame/includes/mrjong.h
index 8d6e0b2474d..3297fd8e791 100644
--- a/src/mame/includes/mrjong.h
+++ b/src/mame/includes/mrjong.h
@@ -35,4 +35,5 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void mrjong(machine_config &config);
};