Truncate alchemy ingredients if overlapping recipe cost

This commit is contained in:
2025-05-06 16:53:32 -05:00
parent 5ea7fcd145
commit 51e6da15e2
4 changed files with 24 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ struct key_action_t {
void (*action)();
};
void init_shopping_rects(bool scrollbar);
void init_inven_rects();
void init_screen_locs();
location mouse_window_coords();