X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/a1ed9f0e8f4625a65ebd2b7b3472db7c646ddb82..e91825f8e43648bf129dae18809ee2e38af70d33:/cube.c diff --git a/cube.c b/cube.c index afd2ebd..72ac527 100644 --- 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