diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-02-19 16:20:28 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-02-19 16:20:28 +0100 |
| commit | 82c20366986a3ba9cc7ff1e873c907ec3409b449 (patch) | |
| tree | 9b9c4cc94ba1cad48cbdd70fa07b93bd3c2cedcb /src/steps.h | |
| parent | 7c7b2cc15ae16128e40f09485ea7beb387412661 (diff) | |
| download | nissy-classic-82c20366986a3ba9cc7ff1e873c907ec3409b449.tar.gz nissy-classic-82c20366986a3ba9cc7ff1e873c907ec3409b449.zip | |
Fixed bug in DR scramble generation
Diffstat (limited to 'src/steps.h')
| -rw-r--r-- | src/steps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/steps.h b/src/steps.h index da5c041..682be88 100644 --- a/src/steps.h +++ b/src/steps.h | |||
| @@ -8,6 +8,8 @@ extern Step * steps[]; | |||
| 8 | /* Two steps used directly by two-phase solver */ | 8 | /* Two steps used directly by two-phase solver */ |
| 9 | extern Step drany_HTM; | 9 | extern Step drany_HTM; |
| 10 | extern Step dranyfin_DR; | 10 | extern Step dranyfin_DR; |
| 11 | /* Step used directly by the scramble command */ | ||
| 12 | extern Step drudfin_drud; | ||
| 11 | 13 | ||
| 12 | void copy_estimatedata(EstimateData *s, EstimateData *d); | 14 | void copy_estimatedata(EstimateData *s, EstimateData *d); |
| 13 | void invert_estimatedata(EstimateData *ed); | 15 | void invert_estimatedata(EstimateData *ed); |
