- need hw_viewpointuniforms.h as well in 'common', after decoupling it from game data.

This commit is contained in:
Christoph Oelckers 2020-04-26 23:02:16 +02:00
commit b58e3172fc
8 changed files with 27 additions and 32 deletions

View file

@ -30,7 +30,7 @@
#include "doomstat.h"
#include "r_data/colormaps.h"
#include "hwrenderer/scene/hw_skydome.h"
#include "hwrenderer/scene/hw_viewpointuniforms.h"
#include "hw_viewpointuniforms.h"
#include "hw_lightbuffer.h"
#include "hw_cvars.h"
#include "hwrenderer/utility/hw_clock.h"