lispgames / cl-sdl2

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

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

Closed death closed 4 years ago

death commented 4 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".