mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed Linux build issues.
SVN r3265 (trunk)
This commit is contained in:
parent
4ef68ded5d
commit
85bd2e02c9
2 changed files with 3 additions and 0 deletions
|
@ -904,6 +904,7 @@ add_executable( zdoom WIN32
|
||||||
fragglescript/t_variable.cpp
|
fragglescript/t_variable.cpp
|
||||||
fragglescript/t_cmd.cpp
|
fragglescript/t_cmd.cpp
|
||||||
r_data/colormaps.cpp
|
r_data/colormaps.cpp
|
||||||
|
r_data/sprites.cpp
|
||||||
r_data/voxels.cpp
|
r_data/voxels.cpp
|
||||||
r_data/renderstyle.cpp
|
r_data/renderstyle.cpp
|
||||||
r_data/r_interpolate.cpp
|
r_data/r_interpolate.cpp
|
||||||
|
|
|
@ -44,6 +44,8 @@
|
||||||
#include "v_text.h"
|
#include "v_text.h"
|
||||||
#include "doomstat.h"
|
#include "doomstat.h"
|
||||||
#include "m_argv.h"
|
#include "m_argv.h"
|
||||||
|
#include "r_renderer.h"
|
||||||
|
#include "r_swrenderer.h"
|
||||||
|
|
||||||
EXTERN_CVAR (Bool, ticker)
|
EXTERN_CVAR (Bool, ticker)
|
||||||
EXTERN_CVAR (Bool, fullscreen)
|
EXTERN_CVAR (Bool, fullscreen)
|
||||||
|
|
Loading…
Reference in a new issue