diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-01 19:02:28 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-01 19:02:28 +0100 |
commit | 221b08e07246e84587b4144eca5564ce9ad3a20a (patch) | |
tree | d46a71a331ff51a92c1c332e57e0a7c88851a713 /frontend/strings.h | |
parent | ca3e80a5b474d99391c253d3173117e955e33a20 (diff) |
implement leaderboard functionality
Diffstat (limited to 'frontend/strings.h')
-rw-r--r-- | frontend/strings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/strings.h b/frontend/strings.h index 61236a6..93af5ef 100644 --- a/frontend/strings.h +++ b/frontend/strings.h @@ -13,6 +13,10 @@ static constexpr const char * UNKNOWN_CMD = R"(De ingevoerde actie is onbekend of op dit moment niet mogelijk. De actie `Help` laat een opsomming van bestaande acties te zien.)"; +static constexpr const char * DEATH = R"(Je bent dood gegaan! Je highscore is +opgeslagen in de ranglijst. Typ `Opnieuw` om opnieuw te spelen, of `Quit` om af +te sluiten.)"; + } void str_print(const char *); |