diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-19 06:48:39 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-19 06:48:39 -0500 |
commit | 615c08f0f8fabd504b2bb076410d57dde7cfe34a (patch) | |
tree | db3c8b9a285550ba6ae07e82fe459585099eebea /examples/03-font-render.lisp | |
parent | ac967b3befc75c575a4191728469ee5c161dcde5 (diff) |
[example] updating names
Diffstat (limited to 'examples/03-font-render.lisp')
-rw-r--r-- | examples/03-font-render.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/03-font-render.lisp b/examples/03-font-render.lisp index bdd1c6e..c8188df 100644 --- a/examples/03-font-render.lisp +++ b/examples/03-font-render.lisp @@ -1,3 +1,4 @@ +;;; 03-font-render.lisp (defpackage #:ww.examples/3 (:use #:cl) |