aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cubetypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h
index 6602a68..da8ab6b 100644
--- a/src/cubetypes.h
+++ b/src/cubetypes.h
@@ -213,6 +213,7 @@ dfsdata
213 Alg * current_alg; 213 Alg * current_alg;
214 Move sorted_moves[NMOVES]; 214 Move sorted_moves[NMOVES];
215 int move_position[NMOVES]; 215 int move_position[NMOVES];
216 uint8_t * visited;
216}; 217};
217 218
218struct 219struct

Generated with cgit - Back to sebastiano.tronto.net