Just for convenience, a docs Makefile, outside the main mkfiles.pl
[sgt/puzzles] / fifteen.c
index 2788604..1476513 100644 (file)
--- a/fifteen.c
+++ b/fifteen.c
@@ -12,6 +12,7 @@
 #include "puzzles.h"
 
 const char *const game_name = "Fifteen";
+const char *const game_winhelp_topic = "games.fifteen";
 const int game_can_configure = TRUE;
 
 #define TILE_SIZE 48