diff options
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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); | |||
| 37 | Corner where_is_corner(Cube cube, Corner c); | 38 | Corner where_is_corner(Cube cube, Corner c); |
| 38 | Edge where_is_edge(Cube cube, Edge e); | 39 | Edge where_is_edge(Cube cube, Edge e); |
| 39 | 40 | ||
| 41 | void init_cube(); | ||
| 42 | |||
| 40 | #endif | 43 | #endif |
| 41 | 44 | ||
