Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Functions
about.cpp File Reference
#include "about.h"
#include <cassert>
Include dependency graph for about.cpp:

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.