- 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

@ -45,7 +45,7 @@
#include "scene/r_opaque_pass.h"
#include "scene/r_3dfloors.h"
#include "scene/r_portal.h"
#include "textures/textures.h"
#include "textures.h"
#include "r_data/voxels.h"
#include "drawers/r_draw_rgba.h"
#include "p_setup.h"