From 64e6afdeedcf3f22282524ebd36e3393736fed65 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 28 Apr 2004 17:46:04 +0000 Subject: Have each game declare a name which is used for window titles etc. [originally from svn r4167] --- puzzles.h | 1 + 1 file changed, 1 insertion(+) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index 81a9a7a..ae14848 100644 --- a/puzzles.h +++ b/puzzles.h @@ -93,6 +93,7 @@ void random_free(random_state *state); /* * Game-specific routines */ +extern const char *const game_name; game_params *default_params(void); int game_fetch_preset(int i, char **name, game_params **params); void free_params(game_params *params); -- cgit v1.1