- Fixed Linux build issues.

SVN r3265 (trunk)
This commit is contained in:
Braden Obrzut 2011-07-07 20:49:55 +00:00
parent 4ef68ded5d
commit 85bd2e02c9
2 changed files with 3 additions and 0 deletions

View File

@ -904,6 +904,7 @@ add_executable( zdoom WIN32
fragglescript/t_variable.cpp
fragglescript/t_cmd.cpp
r_data/colormaps.cpp
r_data/sprites.cpp
r_data/voxels.cpp
r_data/renderstyle.cpp
r_data/r_interpolate.cpp

View File

@ -44,6 +44,8 @@
#include "v_text.h"
#include "doomstat.h"
#include "m_argv.h"
#include "r_renderer.h"
#include "r_swrenderer.h"
EXTERN_CVAR (Bool, ticker)
EXTERN_CVAR (Bool, fullscreen)