diff options
Diffstat (limited to '')
| -rw-r--r-- | src/core/core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 5e0faaa..d1c0ec1 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | #ifndef CORE_CORE_H | ||
| 2 | #define CORE_CORE_H | ||
| 3 | |||
| 1 | #include "core_types.h" | 4 | #include "core_types.h" |
| 2 | #include "constants.h" | 5 | #include "constants.h" |
| 3 | #include "cube.h" | 6 | #include "cube.h" |
| 4 | #include "moves.h" | 7 | #include "moves.h" |
| 5 | #include "transform.h" | 8 | #include "transform.h" |
| 6 | #include "oriented_cube.h" | 9 | #include "oriented_cube.h" |
| 10 | |||
| 11 | #endif /* CORE_CORE_H */ | ||
