- moved 2 more modules to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-26 21:38:34 +02:00
commit 1346787e29
13 changed files with 23 additions and 23 deletions

View file

@ -35,7 +35,7 @@
#include "md5.h"
#include "m_misc.h"
#include "gl/shaders/gl_shader.h"
#include "hwrenderer/utility/hw_shaderpatcher.h"
#include "hw_shaderpatcher.h"
#include "hwrenderer/data/shaderuniforms.h"
#include "hwrenderer/scene/hw_viewpointuniforms.h"
#include "hw_lightbuffer.h"