#pragma once #include #include #include #include namespace sa2 { void printRendererInfo(std::ostream & os, const std::shared_ptr & ren, const Uint32 pixelFormat, const int selectedDriver); bool show_yes_no_dialog(const std::shared_ptr & win, const std::string & title, const std::string & text); }