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
net.c
View File

@ -11,6 +11,8 @@
#include "puzzles.h"
#include "tree234.h"
const char *const game_name = "Net";
#define PI 3.141592653589793238462643383279502884197169399
#define MATMUL(xr,yr,m,x,y) do { \