Fixed compilation of non-Windows backends

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

View File

@ -48,7 +48,7 @@
#include "m_argv.h"
#include "m_png.h"
#include "r_renderer.h"
#include "r_swrenderer.h"
#include "swrenderer/r_swrenderer.h"
#include "st_console.h"
#include "stats.h"
#include "textures.h"

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)

View File

@ -11,7 +11,7 @@
#include "stats.h"
#include "v_palette.h"
#include "sdlvideo.h"
#include "r_swrenderer.h"
#include "swrenderer/r_swrenderer.h"
#include "version.h"
#include <SDL.h>