lqml/examples/tilt-sensor/lisp/package.lisp

7 lines
85 B
Common Lisp

(defpackage :maze
(:use :cl :qml)
(:export
#:*maze*
#:ini
#:new-maze))