vendor/quickutils-package.lisp @ 4c4396e7e5fa
Flax writes PNGs directly now
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Mon, 05 Feb 2018 23:57:49 -0500 |
| parents | f088d1a1afd6 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "MAGITEK.QUICKUTILS") (defpackage "MAGITEK.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "MAGITEK.QUICKUTILS") ;; need to define this here so sbcl will shut the hell up about it being ;; undefined when compiling quickutils.lisp. computers are trash. (defparameter *utilities* nil)