diff options
Diffstat (limited to 'packages.lisp')
-rw-r--r-- | packages.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages.lisp b/packages.lisp index 56d3727..cd99262 100644 --- a/packages.lisp +++ b/packages.lisp @@ -32,6 +32,10 @@ :range :take :split :rev-map)) +(defpackage cantedraw.model + (:use :cl :cantedraw.lib.macros :cantedraw.lib.functions) + (:export :int-card :rank :suit :card :cardset)) + (defpackage cantedraw.main (:use :cl :cantedraw.lib.macros :cantedraw.lib.functions) (:export :start)) |