You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always reproductible, will fail to compile due to SDL_VERSION_ATLEAST not being defined. Also observable when including cpp-sdl2/renderer.hpp. The temporary workaround I'm using is to #include <SDL_version.h> before including a header that includes cpp-sdl2/surface.hpp (which is probably how this can be fixed in cpp-sdl2/surface.hpp), but this is still a relatively annoying problem.
The text was updated successfully, but these errors were encountered:
How to reproduce:
Always reproductible, will fail to compile due to
SDL_VERSION_ATLEAST
not being defined. Also observable when includingcpp-sdl2/renderer.hpp
. The temporary workaround I'm using is to#include <SDL_version.h>
before including a header that includescpp-sdl2/surface.hpp
(which is probably how this can be fixed incpp-sdl2/surface.hpp
), but this is still a relatively annoying problem.The text was updated successfully, but these errors were encountered: