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] --- net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'net.c') diff --git a/net.c b/net.c index 3c3f971..43c711b 100644 --- a/net.c +++ b/net.c @@ -13,6 +13,7 @@ #include "tree234.h" const char *const game_name = "Net"; +const char *const game_winhelp_topic = "games.net"; const int game_can_configure = TRUE; #define PI 3.141592653589793238462643383279502884197169399 -- cgit v1.1