- moved shadowmap to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-26 20:28:43 +02:00
commit fde9172ea3
8 changed files with 8 additions and 9 deletions

View file

@ -8,7 +8,7 @@
#include "matrix.h"
#include "gl_renderbuffers.h"
#include "hwrenderer/scene/hw_portal.h"
#include "hwrenderer/dynlights/hw_shadowmap.h"
#include "hw_shadowmap.h"
#include <functional>
#ifdef _MSC_VER