diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-08-16 12:23:56 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-08-16 12:23:56 +0000 |
| commit | 137c1d7bbd5b2924ce700715c10b2d8d9aa43484 (patch) | |
| tree | 674ad7880e76d0fc869bd7ab7d125e4afd8f2d76 /rect.c | |
| parent | f2c240343f98e137228f898169511e139619006a (diff) | |
| download | puzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.zip puzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.tar.gz puzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.tar.bz2 puzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.tar.xz | |
Added a help file, mostly thanks to Jacob.
[originally from svn r4460]
Diffstat (limited to 'rect.c')
| -rw-r--r-- | rect.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |