sst/packages.lisp

8 lines
137 B
Common Lisp
Raw Normal View History

(defpackage :sst-ui
(:use :common-lisp)
(:export :toplevel))
(defpackage :sst-edit
(:use :common-lisp)
(:export :add-settings))