aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cubetypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h
index d1d36b2..7563abb 100644
--- a/src/cubetypes.h
+++ b/src/cubetypes.h
@@ -265,6 +265,11 @@ prunedata
265 uint64_t n; 265 uint64_t n;
266 Coordinate * coord; 266 Coordinate * coord;
267 Moveset * moveset; 267 Moveset * moveset;
268 bool compact;
269 int base;
270 uint64_t count[16];
271 PruneData * fallback;
272 uint64_t fbmod;
268}; 273};
269 274
270struct 275struct

Generated with cgit - Back to sebastiano.tronto.net