Separated

This commit is contained in:
Pcornat 2022-01-24 21:00:25 +01:00
parent ac1d04353e
commit 31c1965331
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
2 changed files with 60 additions and 37 deletions

View file

@ -23,6 +23,17 @@ namespace gui {
const fs::path font;
bool initialized{ false };
void habilete_menu() noexcept;
void adresse_menu() noexcept;
void endurance_menu() noexcept;
void chance_menu() noexcept;
void stat_second_menu() noexcept;
public:
Gui() = delete;