- moved texture code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:04:48 +02:00
commit 580e463498
86 changed files with 218 additions and 177 deletions

View file

@ -44,7 +44,7 @@
#include "g_levellocals.h"
#include "a_dynlight.h"
#include "v_video.h"
#include "textures/skyboxtexture.h"
#include "skyboxtexture.h"
#include "hwrenderer/postprocessing/hw_postprocessshader.h"
#include "hwrenderer/textures/hw_material.h"
#include "texturemanager.h"