aboutsummaryrefslogtreecommitdiff
path: root/old/2020-unknown-date/moves.h
blob: 605f3359a0ec4ef7734b590af9e782ecfa9c7da1 (plain)
1
2
3
4
5
6
7
8
9
/* Moves and transition tables */

#ifndef MOVES_H
#define MOVES_H

void apply_move(Move m, Cube *cube);
void init_ttables();

#endif

Generated with cgit - Back to sebastiano.tronto.net