aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-08-16 12:23:56 +0000
committerSimon Tatham <anakin@pobox.com>2004-08-16 12:23:56 +0000
commit137c1d7bbd5b2924ce700715c10b2d8d9aa43484 (patch)
tree674ad7880e76d0fc869bd7ab7d125e4afd8f2d76 /cube.c
parentf2c240343f98e137228f898169511e139619006a (diff)
downloadpuzzles-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 'cube.c')
-rw-r--r--cube.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cube.c b/cube.c
index afd2ebd..72ac527 100644
--- a/cube.c
+++ b/cube.c
@@ -12,6 +12,7 @@
#include "puzzles.h"
const char *const game_name = "Cube";
+const char *const game_winhelp_topic = "games.cube";
const int game_can_configure = TRUE;
#define MAXVERTICES 20