diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dfba4e9592..0eef076d90 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/sdl/hardware.cpp b/src/sdl/hardware.cpp index d2853d4fa0..a7af588ce3 100644 --- a/src/sdl/hardware.cpp +++ b/src/sdl/hardware.cpp @@ -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)