6#include <SFML/System/String.hpp>
std::vector< sf::String > get_contributor_names() noexcept
Get the names of the contributors.
Definition about.cpp:15
std::wstring get_author_name() noexcept
Get the name of the author.
Definition about.cpp:5
std::string get_homepage_url() noexcept
Get the URL of the homepage.
Definition about.cpp:10
void test_about()
Test these functions.
Definition about.cpp:23