Fix missed tr_local -> RenderCommon imports.

This commit is contained in:
vloup 2018-09-30 22:00:38 +02:00
parent 1bf4d74710
commit 61d4d6dd36
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ If you have questions concerning this license or the applicable additional terms
#include <SDL.h>
#include "renderer/tr_local.h"
#include "renderer/RenderCommon.h"
#include "sdl_local.h"
#include "../posix/posix_public.h"

View file

@ -40,7 +40,7 @@ If you have questions concerning this license or the applicable additional terms
#include <SDL.h>
#include "renderer/tr_local.h"
#include "renderer/RenderCommon.h"
#include "sdl_local.h"
idCVar in_nograb( "in_nograb", "0", CVAR_SYSTEM | CVAR_NOCHEAT, "prevents input grabbing" );