![]() |
Conquer Chess
Chess and Starcraft combined
|
#include <SFML/System/String.hpp>#include <vector>

Go to the source code of this file.
Functions | |
| std::wstring | get_author_name () noexcept |
| Get the name of the author. | |
| std::string | get_homepage_url () noexcept |
| Get the URL of the homepage. | |
| std::vector< sf::String > | get_contributor_names () noexcept |
| Get the names of the contributors. | |
| void | test_about () |
| Test these functions. | |
|
noexcept |
Get the name of the author.
|
noexcept |
Get the names of the contributors.
Use sf::String, because of contributors with non-ASCII characters in their name.
|
noexcept |
Get the URL of the homepage.
| void test_about | ( | ) |
Test these functions.