- moved model code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-27 20:50:46 +02:00
commit 3ee1aa76c3
36 changed files with 52 additions and 48 deletions

View file

@ -53,7 +53,7 @@
#include "v_palette.h"
#include "r_data/r_translate.h"
#include "r_data/colormaps.h"
#include "r_data/voxels.h"
#include "voxels.h"
#include "p_local.h"
#include "r_voxel.h"
#include "swrenderer/segments/r_drawsegment.h"