mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Move clog gui to its own package
This commit is contained in:
parent
c9d8589398
commit
5235bdf307
5 changed files with 168 additions and 137 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(defpackage #:clog-user
|
||||
(:use #:cl #:clog)
|
||||
(:use #:cl #:clog #:clog-gui) ; For this tutorial we include clog-gui
|
||||
(:export start-tutorial))
|
||||
|
||||
(in-package :clog-user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue