From 5aaabbfd127321f68931c155a8a481a8107531b2 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 19 Mar 2011 10:14:12 +0000 Subject: FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29615 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/goban/display.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/goban/display.h') diff --git a/apps/plugins/goban/display.h b/apps/plugins/goban/display.h index 2f64f1b6ca..c6b03a2af2 100644 --- a/apps/plugins/goban/display.h +++ b/apps/plugins/goban/display.h @@ -38,10 +38,10 @@ extern unsigned short cursor_pos; extern bool draw_variations; /* Used to set the zoom level, loaded in from the config file */ -unsigned int saved_circle_size; +extern unsigned int saved_circle_size; /* the size of one intersection on the board, in pixels */ -unsigned int intersection_size; +extern unsigned int intersection_size; /* Clear the marks from the board */ void clear_marks_display (void); -- cgit v1.2.3