aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-02-19 16:20:28 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-02-19 16:20:28 +0100
commit82c20366986a3ba9cc7ff1e873c907ec3409b449 (patch)
tree9b9c4cc94ba1cad48cbdd70fa07b93bd3c2cedcb /src/steps.h
parent7c7b2cc15ae16128e40f09485ea7beb387412661 (diff)
downloadnissy-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.h2
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 */
9extern Step drany_HTM; 9extern Step drany_HTM;
10extern Step dranyfin_DR; 10extern Step dranyfin_DR;
11/* Step used directly by the scramble command */
12extern Step drudfin_drud;
11 13
12void copy_estimatedata(EstimateData *s, EstimateData *d); 14void copy_estimatedata(EstimateData *s, EstimateData *d);
13void invert_estimatedata(EstimateData *ed); 15void invert_estimatedata(EstimateData *ed);

Generated with cgit - Back to sebastiano.tronto.net