diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2026-07-26 23:10:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-26 23:10:11 -0500 |
| commit | 99ff062849465b9c610faa715438c90758b4c9d7 (patch) | |
| tree | ae28373ca3ae054a0b87b9ff9545aa4bc60c6668 /mm/2s2h/Rando/Rando.h | |
| parent | d66aafc3779f2aab5b69125c2b0bba24e52c6821 (diff) | |
Improvements to excluded checks (#1817)
Diffstat (limited to 'mm/2s2h/Rando/Rando.h')
| -rw-r--r-- | mm/2s2h/Rando/Rando.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/Rando.h b/mm/2s2h/Rando/Rando.h index 1c7aa6297..80df71535 100644 --- a/mm/2s2h/Rando/Rando.h +++ b/mm/2s2h/Rando/Rando.h @@ -41,6 +41,9 @@ std::vector<RandoItemId> GetSariaPriorityItemsFromConfig(); void SetSariaPriorityItemsInConfig(std::vector<RandoItemId>& priorityItems); std::vector<RandoItemId> GetSariaPriorityItemCandidates(); +std::vector<RandoCheckId> GetExcludedChecksFromConfig(); +void SetExcludedChecksInConfig(std::vector<RandoCheckId>& excludedChecks); + std::vector<RandoCheckId> FindMultiItemPlacement(RandoItemId randoItemId); } // namespace Rando |
