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