aboutsummaryrefslogtreecommitdiff
path: root/src/pruning.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pruning.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pruning.c b/src/pruning.c
index 1dba949..aeeac21 100644
--- a/src/pruning.c
+++ b/src/pruning.c
@@ -73,6 +73,13 @@ pd_htr_drud = {
73}; 73};
74 74
75PruneData 75PruneData
76pd_cp_drud = {
77 .filename = "pt_cp_drud",
78 .coord = &coord_cp,
79 .moveset = &moveset_drud,
80};
81
82PruneData
76pd_htrfin_htr = { 83pd_htrfin_htr = {
77 .filename = "pt_htrfin_htr", 84 .filename = "pt_htrfin_htr",
78 .coord = &coord_htrfin, 85 .coord = &coord_htrfin,
@@ -99,6 +106,7 @@ PruneData * all_pd[] = {
99 &pd_drud_eofb, 106 &pd_drud_eofb,
100 &pd_drudfin_noE_sym16_drud, 107 &pd_drudfin_noE_sym16_drud,
101 &pd_htr_drud, 108 &pd_htr_drud,
109 &pd_cp_drud,
102 &pd_htrfin_htr, 110 &pd_htrfin_htr,
103 &pd_nxopt31_HTM, 111 &pd_nxopt31_HTM,
104 NULL 112 NULL

Generated with cgit - Back to sebastiano.tronto.net