Added a help file, mostly thanks to Jacob.
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index afd2ebd..72ac527 100644 (file)
--- a/cube.c
+++ b/cube.c
@@ -12,6 +12,7 @@
 #include "puzzles.h"
 
 const char *const game_name = "Cube";
+const char *const game_winhelp_topic = "games.cube";
 const int game_can_configure = TRUE;
 
 #define MAXVERTICES 20