From 526585b83e13ae148ed19a2e71e51bb3dc98a1af Mon Sep 17 00:00:00 2001 From: William Robinson Date: Sat, 20 Oct 2007 11:19:08 +0100 Subject: [PATCH] Added forgotten export. --- lib/opengl-convenience.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opengl-convenience.lisp b/lib/opengl-convenience.lisp index c6f8277..a2d383f 100644 --- a/lib/opengl-convenience.lisp +++ b/lib/opengl-convenience.lisp @@ -59,4 +59,4 @@ (unwind-protect (progn ,@forms) (gl:end-query)))) -(export '(with-new-list with-push-name with-begin with-push-attrib with-push-matrix with-setup-projection with-push-client-attrib)) \ No newline at end of file +(export '(with-new-list with-push-name with-begin with-push-attrib with-push-matrix with-setup-projection with-push-client-attrib with-begin)) \ No newline at end of file -- 2.11.4.GIT