10 lines
168 B
Scheme
10 lines
168 B
Scheme
|
(define-interface scganadu-interface
|
||
|
(export
|
||
|
make-scganadu))
|
||
|
|
||
|
(define-structure scganadu
|
||
|
scgame-interface
|
||
|
(open scheme)
|
||
|
(files load scganadu scganaduutil))
|
||
|
|