20 return std::make_unique<SDL2WindowBackend>();
23 "SDL2 backend requested but built with SDL3, using SDL3");
24 return std::make_unique<SDL3WindowBackend>();
29 return std::make_unique<SDL3WindowBackend>();
32 "SDL3 backend requested but not available, using SDL2");
33 return std::make_unique<SDL2WindowBackend>();
#define LOG_WARN(category, format,...)