From 137c1d7bbd5b2924ce700715c10b2d8d9aa43484 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 16 Aug 2004 12:23:56 +0000 Subject: Added a help file, mostly thanks to Jacob. [originally from svn r4460] --- cube.c | 1 + 1 file changed, 1 insertion(+) (limited to '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 -- cgit v1.1