cute_headers icon indicating copy to clipboard operation
cute_headers copied to clipboard

fix cute_sound warnings on MacOS

Open johnpayne-dev opened this issue 2 years ago • 0 comments

Fixes the lines that do nothing and give a warning.

I also added #ifndef SDL_h_ around the SDL2 include because it's possible for the user to want to use their own SDL2 include, for example in my case I build SDL2 from source so I include by doing #include "SDL.h".

johnpayne-dev avatar Jul 31 '22 13:07 johnpayne-dev

Looks good, thanks!

RandyGaul avatar Sep 04 '22 03:09 RandyGaul