Adding damage, armor and critic labels.

This commit is contained in:
Pcornat 2026-03-18 14:47:02 +01:00
commit 5cadda6b97
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 13 additions and 0 deletions

View file

@ -108,6 +108,10 @@ namespace gui_to_app {
CaracInterface<Gtk::Label> luck_labels;
Gtk::Label *damage_label{ nullptr };
Gtk::Label *armor_label{ nullptr };
Gtk::Label *critic_label{ nullptr };
Gtk::Button *debug_button{ nullptr };
std::array<SwitchSignalHelper, 12> signal_handlers{