- 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

@ -31,7 +31,7 @@
#include "r_state.h"
#include "actor.h"
#include "r_data/models/models.h"
#include "textures/skyboxtexture.h"
#include "skyboxtexture.h"
#include "hwrenderer/textures/hw_material.h"
#include "image.h"
#include "v_video.h"