tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

`about` contains a link to join the Discord server #598

Closed TheoPannetier closed 1 year ago

TheoPannetier commented 1 year ago

I feel the About screen should offer interested players to join and contribute. This could be done via a "Join" button that links to an invite to the Discord server.

For this, we need about to get an invite link, to be passed to about_view later on.

{
    about ab;
    std::vector<std::string> link_to_discord = ab.get_link_discord();
 }
Luxwor commented 1 year ago

its proving really dificult

OggyOggelito commented 1 year ago

There must be a way to dodge the "Expeced unqualified-id"