SFML / CSFML

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

Remove unnecessary `(void)` parameters from C++ implementations #274

Closed ChrisThrasher closed 3 weeks ago

ChrisThrasher commented 3 weeks ago

This (void) is required in C but not in C++ so we can remove these from our .cpp files while keeping them in the .h files.