Have each game declare a name which is used for window titles etc.

[originally from svn r4167]
This commit is contained in:
Simon Tatham
2004-04-28 17:46:04 +00:00
parent e96f53452a
commit 64e6afdeed
5 changed files with 8 additions and 2 deletions

2
cube.c
View File

@ -10,6 +10,8 @@
#include "puzzles.h"
const char *const game_name = "Cube";
#define MAXVERTICES 20
#define MAXFACES 20
#define MAXORDER 4