Luís Oliveira <luismbo <at> gmail.com> writes:
On Wed, Dec 23, 2009 at 1:11 AM, Luke J Crook <luke <at> balooga.com> wrote:
Is there a mechanism in CFFI to enable this if define-foreign-library
cannot be used?
(defparameter *glue-loaded-p* (foreign-library-loaded-p 'sdl-glue))
I'll use this.
Thanks. - Luke