From: lordhavoc Date: Sun, 28 Oct 2001 20:48:05 +0000 (+0000) Subject: add externs for window_x and window_y X-Git-Tag: RELEASE_0_2_0_RC1~774 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=18eec44467a17ff1edce0a5a4596707112e94026;p=xonotic%2Fdarkplaces.git add externs for window_x and window_y git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@958 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/winquake.h b/winquake.h index 7c97334c..3bb1cf7d 100644 --- a/winquake.h +++ b/winquake.h @@ -66,7 +66,7 @@ void IN_MouseEvent (int mstate); extern qboolean winsock_lib_initialized; -extern int window_center_x, window_center_y; +extern int window_center_x, window_center_y, window_x, window_y; extern RECT window_rect; extern qboolean mouseinitialized;