aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cube.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cube.h b/src/cube.h
index 6c70e99..71e3cc5 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -4,6 +4,7 @@
4#include <stdio.h> 4#include <stdio.h>
5#include <time.h> 5#include <time.h>
6 6
7#include "env.h"
7#include "pf.h" 8#include "pf.h"
8#include "utils.h" 9#include "utils.h"
9 10
@@ -37,5 +38,7 @@ Center where_is_center(Cube cube, Center c);
37Corner where_is_corner(Cube cube, Corner c); 38Corner where_is_corner(Cube cube, Corner c);
38Edge where_is_edge(Cube cube, Edge e); 39Edge where_is_edge(Cube cube, Edge e);
39 40
41void init_cube();
42
40#endif 43#endif
41 44

Generated with cgit - Back to sebastiano.tronto.net