From 5a6c8e2eca1337eaba5a8e2c74af8206f3c39b65 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 12 Nov 2007 14:37:32 +0000 Subject: [PATCH] add missing extern keyword git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7690 d7cf8633-e32d-0410-b094-e92efae38249 --- menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.h b/menu.h index df58facb..85833341 100644 --- a/menu.h +++ b/menu.h @@ -92,6 +92,6 @@ typedef struct video_resolution_s double pixelheight; // pixel aspect } video_resolution_t; -video_resolution_t video_resolutions[]; +extern video_resolution_t video_resolutions[]; #endif -- 2.39.2