RitualUI is mostly working, but need to make the consumption of items work in the UI.

This commit is contained in:
Zed A. Shaw 2025-05-01 23:46:30 -04:00
parent 6269d10807
commit dab0e092e6
5 changed files with 109 additions and 86 deletions

View file

@ -63,6 +63,8 @@ namespace gui {
void clear_craft_result();
void show_craft_failure();
void run_crafting_engine();
void complete_combine();
void update_selection_state();
};
}
}