Adding damage, armor and critic labels.
This commit is contained in:
parent
97d57bae7a
commit
5cadda6b97
2 changed files with 13 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue