summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thief.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thief.h')
-rw-r--r--src/mame/includes/thief.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/thief.h b/src/mame/includes/thief.h
index ff0ecb4ddef..4ea9ebcbf87 100644
--- a/src/mame/includes/thief.h
+++ b/src/mame/includes/thief.h
@@ -52,4 +52,7 @@ public:
required_device<samples_device> m_samples;
required_device<tms9927_device> m_tms;
required_device<palette_device> m_palette;
+ void natodef(machine_config &config);
+ void sharkatt(machine_config &config);
+ void thief(machine_config &config);
};