diff options
author | Bruno Cichon <ebrasca.ebrasca@gmail.com> | 2015-10-27 16:38:19 +0100 |
---|---|---|
committer | Bruno Cichon <ebrasca.ebrasca@gmail.com> | 2015-10-27 16:38:19 +0100 |
commit | 00e055406031fab6f4e2e5122c50c4050a1eb253 (patch) | |
tree | aafbe53ff8ce702106d490ad186bca9cd656b15a /examples/package.lisp | |
parent | eb9fb605fb5d5695289ed1723340da6076cb863f (diff) |
Add documentation and one example.
Diffstat (limited to 'examples/package.lisp')
-rw-r--r-- | examples/package.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/package.lisp b/examples/package.lisp new file mode 100644 index 0000000..4324bab --- /dev/null +++ b/examples/package.lisp @@ -0,0 +1,6 @@ +;;;; package.lisp + +(defpackage #:l-system-examples + (:use #:cl #:kit.sdl2 #:kit.gl.shader #:kit.gl.vao #:l-system #:sb-cga) + (:export #:start-example)) + |