From 3568412f8f230774d0d11d7ed1c897424f95d3ef Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 11 Nov 2021 21:37:34 +0100 Subject: Rewritten from scratch. Welocme nissy 2.0! --- old/2020-unknown-date/moves.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 old/2020-unknown-date/moves.h (limited to 'old/2020-unknown-date/moves.h') diff --git a/old/2020-unknown-date/moves.h b/old/2020-unknown-date/moves.h new file mode 100644 index 0000000..605f335 --- /dev/null +++ b/old/2020-unknown-date/moves.h @@ -0,0 +1,9 @@ +/* Moves and transition tables */ + +#ifndef MOVES_H +#define MOVES_H + +void apply_move(Move m, Cube *cube); +void init_ttables(); + +#endif -- cgit v1.3