aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cubetypes.h')
-rw-r--r--src/cubetypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h
index 27666be..f4e682d 100644
--- a/src/cubetypes.h
+++ b/src/cubetypes.h
@@ -100,7 +100,7 @@ typedef uint64_t (*Indexer) (Cube);
100typedef bool (*Moveset) (Move); 100typedef bool (*Moveset) (Move);
101typedef CommandArgs * (*ArgParser) (int, char **); 101typedef CommandArgs * (*ArgParser) (int, char **);
102typedef Trans (*TransDetector) (Cube); 102typedef Trans (*TransDetector) (Cube);
103typedef int (*TransFinder) (uint64_t ind, Trans *); 103typedef int (*TransFinder) (uint64_t, Trans *);
104 104
105 105
106/* Structs *******************************************************************/ 106/* Structs *******************************************************************/

Generated with cgit - Back to sebastiano.tronto.net