summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/truco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/truco.h')
-rw-r--r--src/mame/includes/truco.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/truco.h b/src/mame/includes/truco.h
index 6396900cc53..aed5b99cce2 100644
--- a/src/mame/includes/truco.h
+++ b/src/mame/includes/truco.h
@@ -37,4 +37,5 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(interrupt);
+ void truco(machine_config &config);
};