- 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 "v_video.h"
#include "filesystem.h"
#include "image.h"
#include "textures/formats/multipatchtexture.h"
#include "multipatchtexture.h"
#include "gstrings.h"
#include "vm.h"