diff options
Diffstat (limited to 'cube.c')
| -rw-r--r-- | cube.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ #include "puzzles.h" +const char *const game_name = "Cube"; + #define MAXVERTICES 20 #define MAXFACES 20 #define MAXORDER 4 |