Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Functions
about.h File Reference
#include <SFML/System/String.hpp>
#include <vector>
Include dependency graph for about.h:
This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

◆ get_author_name()

std::wstring get_author_name ( )
noexcept

Get the name of the author.

◆ get_contributor_names()

std::vector< sf::String > get_contributor_names ( )
noexcept

Get the names of the contributors.

Use sf::String, because of contributors with non-ASCII characters in their name.

◆ get_homepage_url()

std::string get_homepage_url ( )
noexcept

Get the URL of the homepage.

◆ test_about()

void test_about ( )

Test these functions.