RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.3k stars 270 forks source link

cute_sound_pitch_plugin warning #219

Closed Rafale25 closed 3 years ago

Rafale25 commented 4 years ago

cute_sound_pitch_plugin.h line 49:

endif CUTE_SOUND_PITCH_PLUGIN_H

is making this warning : "warning: extra tokens at end of #endif directive"

define name should be commented like this :

endif // CUTE_SOUND_PITCH_PLUGIN_H

RandyGaul commented 4 years ago

Thanks! Please do add a pull request, it really helps :)

RandyGaul commented 3 years ago

Just cleaning up, feel free to re-open if needed.