Added a help file, mostly thanks to Jacob.

[originally from svn r4460]
This commit is contained in:
Simon Tatham
2004-08-16 12:23:56 +00:00
parent f2c240343f
commit 137c1d7bbd
13 changed files with 572 additions and 3 deletions

1
cube.c
View File

@ -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