mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-30 19:50:21 +00:00
fix screen.h include in vid_x.c
This commit is contained in:
parent
5a511e082a
commit
41386415a4
@ -48,11 +48,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#include "d_local.h"
|
||||
#include "keys.h"
|
||||
#include "quakedef.h"
|
||||
#include "screen.h"
|
||||
#include "sys.h"
|
||||
|
||||
// FIXME - header hacks
|
||||
extern int scr_fullupdate;
|
||||
|
||||
static float old_mouse_x, old_mouse_y;
|
||||
static int ignorenext;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user