lispgames / cl-sdl2

Common Lisp bindings for SDL2 using C2FFI.
MIT License
304 stars 82 forks source link

ensure FFI packages don't use any other packages #134

Closed death closed 3 years ago

death commented 3 years ago

In particular, make sure that they don't use the "COMMON-LISP" package as this could cause trouble, e.g. a C function taking a parameter named "T".