8 #ifndef SSG_DIALOGINFO_HPP_ 9 #define SSG_DIALOGINFO_HPP_ 11 #include "HaveBackground.hpp" 12 #include "HaveFont.hpp" 13 #include "HaveText.hpp" 16 #include "TextLabel.hpp" 17 #include "HaveMargin.hpp" 23 DialogInfo(
const sf::String& info=
"",
const sf::String& name=
"");
24 std::shared_ptr<Button>& getButton();
27 std::shared_ptr<Button> button;
Definition: DialogInfo.hpp:21