Create ASDF system definition etc
This commit is contained in:
10
package.lisp
Normal file
10
package.lisp
Normal file
@@ -0,0 +1,10 @@
|
||||
;; Copyright (c) Camden Dixie O'Brien
|
||||
;; SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
(in-package :common-lisp-user)
|
||||
|
||||
(defpackage :ham
|
||||
(:use :common-lisp :sdl2)
|
||||
(:export :line :circle :rectangle :centre-rectangle
|
||||
:define-transform :translate :scale :rotate
|
||||
:overlay :graphics-context :cleanup :display-frame))
|
||||
Reference in New Issue
Block a user