Fixed compilation of non-Windows backends

This commit is contained in:
alexey.lysiuk 2016-12-27 12:55:26 +02:00
commit 96228fd645
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@
#include "m_argv.h"
#include "sdlglvideo.h"
#include "r_renderer.h"
#include "r_swrenderer.h"
#include "swrenderer/r_swrenderer.h"
EXTERN_CVAR (Bool, ticker)
EXTERN_CVAR (Bool, fullscreen)