Pass on to cards.scm.
This commit is contained in:
parent
7a56162cdb
commit
3f126e1aa4
2 changed files with 8 additions and 2 deletions
|
@ -33,7 +33,11 @@
|
|||
|
||||
(import scheme)
|
||||
|
||||
(define (cards-export mb cardsfn desfirefn)
|
||||
(define (cards-export/type mb type fname)
|
||||
#f)
|
||||
|
||||
(define (cards-export mb cardsfn desfirefn)
|
||||
(cards-export/type mb 'cards cardsfn)
|
||||
(cards-export/type mb 'desfire desfirefn))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue