libsdl-org / SDL_shadercross

Shader translation library for SDL's GPU API.
zlib License
57 stars 18 forks source link

Missing end } for C++ header files #36

Closed Svengali closed 2 weeks ago

Svengali commented 2 weeks ago

In the header file SDL_gpu_shadercross.h, theres a missing

`/ Set up for C function definitions, even when using C++ /

ifdef __cplusplus

}

endif

`

I added it locally, and can submit a PR, but just wanted to point it out

flibitijibibo commented 2 weeks ago

I can merge a PR for this if you have it working locally!

flibitijibibo commented 2 weeks ago

Fixed by #42