diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:02:57 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:02:57 +0100 |
commit | 953f18fe681a2f120dab5be9e9884bf35765e21e (patch) | |
tree | d0cc4812c2f8c95a773e938bf7c3576af40cd98d /frontend/strings.h | |
parent | 3562802cacc8dbd0c155146acfdb8d04c6440009 (diff) |
more WIP (command handling moved to player)
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 452ad66..678667e 100644 --- a/frontend/strings.h +++ b/frontend/strings.h @@ -9,6 +9,10 @@ static constexpr const char * INTRO = R"(Voer de naam van een (.xml) bestand in om hieruit een kerker te laden, of druk direct op ENTER om een kerker te genereren.)"; +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.)"; + } void print_string(const char *); |