From f798ac5dcdd55ac251b63466f637e463b87537ab Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 26 May 2008 17:46:53 -0700 Subject: [PATCH] liberty work --- liberty-shape.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 liberty-shape.lisp diff --git a/liberty-shape.lisp b/liberty-shape.lisp new file mode 100644 index 0000000..a166cf2 --- /dev/null +++ b/liberty-shape.lisp @@ -0,0 +1,5 @@ +(in-package :liberty-shape) + +(defclass liberty-board (basic-board) + ((liberty-board + :initform nil))) \ No newline at end of file