- 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

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