summaryrefslogtreecommitdiff
path: root/games/pioneers/files/patch-common_game.h
blob: 86f2601280aeff59138d567f28355dc55801ded7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/game.h.orig	2018-03-14 13:44:46 UTC
+++ common/game.h
@@ -137,7 +137,7 @@ typedef enum {
 typedef void (*WriteLineFunc) (gpointer user_data, const gchar *);
 
 /** Default style for a player. */
-const gchar *default_player_style;
+extern const gchar *default_player_style;
 
 GameParams *params_new(void);
 GameParams *params_copy(const GameParams * params);