summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rbisland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rbisland.h')
-rw-r--r--src/mame/includes/rbisland.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/rbisland.h b/src/mame/includes/rbisland.h
index cc98c94145f..66f3e4e90c4 100644
--- a/src/mame/includes/rbisland.h
+++ b/src/mame/includes/rbisland.h
@@ -78,6 +78,9 @@ public:
void request_world_data( );
void request_goalin_data( );
void rbisland_cchip_init( int version );
+ void jumping(machine_config &config);
+ void rbisland(machine_config &config);
+ void jumpingi(machine_config &config);
};