mirror of
https://gitlab.com/eql/lqml.git
synced 2026-03-13 10:11:19 -07:00
7 lines
85 B
Common Lisp
7 lines
85 B
Common Lisp
(defpackage :maze
|
|
(:use :cl :qml)
|
|
(:export
|
|
#:*maze*
|
|
#:ini
|
|
#:new-maze))
|
|
|