summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/welltris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/welltris.h')
-rw-r--r--src/mame/includes/welltris.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/welltris.h b/src/mame/includes/welltris.h
index be8bce62eb9..ee0a8d4f36d 100644
--- a/src/mame/includes/welltris.h
+++ b/src/mame/includes/welltris.h
@@ -52,4 +52,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_background(bitmap_ind16 &bitmap, const rectangle &cliprect);
void setbank(int num, int bank);
+ void quiz18k(machine_config &config);
+ void welltris(machine_config &config);
};