aboutsummaryrefslogtreecommitdiff
path: root/frontend/strings.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 19:02:28 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 19:02:28 +0100
commit221b08e07246e84587b4144eca5564ce9ad3a20a (patch)
treed46a71a331ff51a92c1c332e57e0a7c88851a713 /frontend/strings.h
parentca3e80a5b474d99391c253d3173117e955e33a20 (diff)
implement leaderboard functionality
Diffstat (limited to 'frontend/strings.h')
-rw-r--r--frontend/strings.h4
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 *);