diff options
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index aed5c77..2558d56 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -5,6 +5,8 @@ namespace turns::lang { auto constexpr static add_participant = "Add participant"; auto constexpr static disposition = "Disposition"; + auto constexpr static delete_participant = "Delete participant"; + auto constexpr static edit_participant = "Edit participant"; auto constexpr static finish = "Finish"; auto constexpr static main_menu = "Main Menu"; auto constexpr static mark_as_defeated = "Mark as defeated"; |
