summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gradius3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gradius3.h')
-rw-r--r--src/mame/includes/gradius3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gradius3.h b/src/mame/includes/gradius3.h
index 69bf1ef960e..55301be9292 100644
--- a/src/mame/includes/gradius3.h
+++ b/src/mame/includes/gradius3.h
@@ -66,4 +66,5 @@ public:
DECLARE_WRITE8_MEMBER(volume_callback);
K052109_CB_MEMBER(tile_callback);
K051960_CB_MEMBER(sprite_callback);
+ void gradius3(machine_config &config);
};