SFML / CSFML

Official binding of SFML for C
https://www.sfml-dev.org
Other
342 stars 121 forks source link

Move CSFML source files to CSFML/ directory #269

Closed ChrisThrasher closed 3 weeks ago

ChrisThrasher commented 3 weeks ago

Depends on #266

This helps make it easier to distinguish SFML files from CSFML files. This is especially important for CSFML private headers which are often C++ code with .hpp file extensions. This change means SFML and CSFML can use headers with the same name without conflict.