Initial import
src/package.lisp
Sun Feb 28 09:14:44 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Initial import
--- old-qt.opengl/src/package.lisp 1970-01-01 01:00:00.000000000 +0100
+++ new-qt.opengl/src/package.lisp 2014-10-30 07:51:54.000000000 +0100
@@ -0,0 +1,4 @@
+(defpackage :qt.opengl
+ (:use :cl :smoke :cffi)
+ (:export))
+