- moved low level sky rendering to 'common'

This commit is contained in:
Christoph Oelckers 2020-04-29 00:21:30 +02:00
commit 64e301130b
10 changed files with 9 additions and 9 deletions

View file

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