Snippets
Snippets copied to clipboard
(Hopefully) useful code snippets and header-only libs
Results
2
Snippets issues
Sort by
recently updated
recently updated
newest added
The latest version of SDL_stbimage.h includes some code conditional on the version of SDL, which is achieved as follows: `#if SDL_VERSION_ATLEAST(2, 0, 5) ` Whilst this is fine when SDL2...