summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/travrusa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/travrusa.h')
-rw-r--r--src/mame/includes/travrusa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/travrusa.h b/src/mame/includes/travrusa.h
index d3d0ed0c9b8..b78b01ce549 100644
--- a/src/mame/includes/travrusa.h
+++ b/src/mame/includes/travrusa.h
@@ -38,4 +38,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void shtrider(machine_config &config);
+ void travrusa(machine_config &config);
+ void shtriderb(machine_config &config);
};