From: divverent Date: Mon, 12 Nov 2007 14:37:32 +0000 (+0000) Subject: add missing extern keyword X-Git-Tag: xonotic-v0.1.0preview~2791 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5a6c8e2eca1337eaba5a8e2c74af8206f3c39b65;p=xonotic%2Fdarkplaces.git add missing extern keyword git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7690 d7cf8633-e32d-0410-b094-e92efae38249 --- 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