svn: r8627
This commit is contained in:
Eli Barzilay 2008-02-12 09:13:18 +00:00
parent ad91b4e678
commit 262f2da407

View File

@ -8,7 +8,7 @@
(require (lib "class.ss") (lib "mred.ss" "mred") (lib "etc.ss")
"../show-help.ss" (lib "unit.ss"))
(provide game@)
d
(define customs '())
(define (add-custom! name get set type desc)
(set! customs (append customs (list (make-custom name get set type desc)))))