aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cube.c b/cube.c
index 934d475..e9c6e9a 100644
--- a/cube.c
+++ b/cube.c
@@ -10,6 +10,8 @@
#include "puzzles.h"
+const char *const game_name = "Cube";
+
#define MAXVERTICES 20
#define MAXFACES 20
#define MAXORDER 4