1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef TRANS_H #define TRANS_H #include "moves.h" Cube apply_trans(Trans t, Cube cube); Trans inverse_trans(Trans t); Alg * rotation_alg(Trans i); void transform_alg(Trans i, Alg *alg); void init_trans(); #endif
Generated with cgit - Back to sebastiano.tronto.net