3 days ago

I wanted to move my LZW library to ImportC, thus people don't have to deal with libraries (I have PTSD with C build systems and not getting the same exact version of every dependency and build tool), and I can only access C-side functions if I intentionally make a collision with a C-side enum, otherwise it'll ask for a library that contains said functions.