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] --- rect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rect.c') diff --git a/rect.c b/rect.c index 7fff9af..f270d91 100644 --- a/rect.c +++ b/rect.c @@ -40,6 +40,7 @@ #include "puzzles.h" const char *const game_name = "Rectangles"; +const char *const game_winhelp_topic = "games.rectangles"; const int game_can_configure = TRUE; enum { -- cgit v1.1