CSFML icon indicating copy to clipboard operation
CSFML copied to clipboard

Use .hpp extension for private C++ headers

Open ChrisThrasher opened this issue 1 year ago • 1 comments

All of the headers in src/ are actually C++ code since they use C++ headers and C++ symbols. We should use a .hpp extension for such files instead of .h.

ChrisThrasher avatar Nov 02 '23 03:11 ChrisThrasher

The title says it, I just want to reemphasize that this only applies to the private C++ headers, not the C headers in the include directory. 😄

eXpl0it3r avatar Nov 09 '23 20:11 eXpl0it3r