Forgot to update the level in the RitualUI so nothing actually worked. Closes #41.

This commit is contained in:
Zed A. Shaw 2025-06-28 23:17:36 -04:00
parent 6a0725e401
commit b603ef5a3f
3 changed files with 6 additions and 0 deletions

View file

@ -64,6 +64,7 @@ namespace gui {
void run_crafting_engine();
void complete_combine();
void update_selection_state();
void update_level(GameLevel &level);
};
}
}