You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/pioneers/files/pioneers-15.5-fno-common.patch

13 lines
465 B

diff -up a/common/game.h.me b/common/game.h
--- a/common/game.h.me 2020-02-06 12:05:24.472403768 +0100
+++ b/common/game.h 2020-02-06 12:05:45.662644226 +0100
@@ -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);